projects
/
platform
/
kernel
/
opensbi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a189132
)
Revert "Fix FDT relocation"
author
Anup Patel
<anup.patel@wdc.com>
Fri, 21 Dec 2018 09:15:14 +0000
(14:45 +0530)
committer
Anup Patel
<anup@brainfault.org>
Fri, 21 Dec 2018 09:34:21 +0000
(15:04 +0530)
This patch reverts "Fix FDT relocation" because it breaks
fw_jump firmware.
Signed-off-by: Anup Patel <anup.patel@wdc.com>
firmware/fw_common.S
patch
|
blob
|
history
diff --git
a/firmware/fw_common.S
b/firmware/fw_common.S
index
d7074f8
..
b5e1f90
100644
(file)
--- a/
firmware/fw_common.S
+++ b/
firmware/fw_common.S
@@
-41,7
+41,6
@@
_bss_zero:
add a1, t1, zero
_prev_arg1_override_done:
-#ifdef FW_PAYLOAD_FDT_ADDR
/*
* Relocate Flatened Device Tree (FDT)
* source FDT address = previous arg1
@@
-100,7
+99,6
@@
_fdt_reloc_again:
add t1, t1, __SIZEOF_POINTER__
blt t1, t2, _fdt_reloc_again
_fdt_reloc_done:
-#endif
/* Update boot hart flag */
la a4, _boot_hart_done