Skip to content

Commit

Permalink
microblaze: Not to clear r7 after copying DTB to kernel
Browse files Browse the repository at this point in the history
I can't clear r7 because if I do it I lose information
where DTB come from.

Signed-off-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
Michal Simek committed Jul 27, 2009
1 parent 74510f2 commit a69cb8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/microblaze/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ _copy_fdt:
bgtid r3, _copy_fdt /* loop for all entries */
addik r3, r3, -4 /* descrement loop */
no_fdt_arg:
add r7, r0, r0 /* Clear r7, just to be sure */

#ifdef CONFIG_MMU

Expand Down

0 comments on commit a69cb8c

Please sign in to comment.