Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155831
b: refs/heads/master
c: ea3fd14
h: refs/heads/master
i:
  155829: 8c0de22
  155827: 9b93df6
  155823: 5d71a9b
v: v3
  • Loading branch information
Michal Simek committed Jul 27, 2009
1 parent 6bcb23e commit 6bfaec1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a69cb8c4662dd0a7b01b32a9165b1a1697068f19
refs/heads/master: ea3fd1466f81a851452bf7f34ccb9b5058e4793c
3 changes: 3 additions & 0 deletions trunk/arch/microblaze/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ ENTRY(_start)
beqi r7, no_fdt_arg /* NULL pointer? don't copy */
lw r11, r0, r7 /* Does r7 point to a */
rsubi r11, r11, OF_DT_HEADER /* valid FDT? */
beqi r11, _prepare_copy_fdt
or r7, r0, r0 /* clear R7 when not valid DTB */
bnei r11, no_fdt_arg /* No - get out of here */
_prepare_copy_fdt:
or r11, r0, r0 /* incremment */
ori r4, r0, TOPHYS(_fdt_start)
ori r3, r0, (0x4000 - 4)
Expand Down

0 comments on commit 6bfaec1

Please sign in to comment.