commit | 137d0795a72786fa33e6900cb2ac2eae81f4b6ee | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Thu Feb 04 11:42:24 2010 +0100 |
committer | Michal Simek <monstr@monstr.eu> | Thu Mar 11 14:08:55 2010 +0100 |
tree | 71b95d3a4e4d926b19b5ef28822eb784571475b7 | |
parent | d79f3b06a9e40b382bd5d5ae8dea9b3210eda9ce [diff] |
microblaze: Change temp register for cmdline 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>