microblaze: Change temp register for cmdline
authorMichal Simek <monstr@monstr.eu>
Thu, 4 Feb 2010 10:42:24 +0000 (11:42 +0100)
committerMichal Simek <monstr@monstr.eu>
Thu, 11 Mar 2010 13:08:55 +0000 (14:08 +0100)
For copy was used r7 register when CONFIG_CMDLINE_BOOL option
is enabled. But r7 stores pointer to fdt that's why machine_early_init
not detect compiled-in DTB.

I also moved kernel PID setup to have TLB init in one block

Signed-off-by: Michal Simek <monstr@monstr.eu>

No differences found