mirror of
https://github.com/Fishwaldo/opensbi.git
synced 2025-07-06 04:59:00 +00:00
Revert "Fix FDT relocation"
This patch reverts "Fix FDT relocation" because it breaks fw_jump firmware. Signed-off-by: Anup Patel <anup.patel@wdc.com>
This commit is contained in:
parent
a18913200a
commit
4e15d79419
1 changed files with 0 additions and 2 deletions
|
@ -41,7 +41,6 @@ _bss_zero:
|
||||||
add a1, t1, zero
|
add a1, t1, zero
|
||||||
_prev_arg1_override_done:
|
_prev_arg1_override_done:
|
||||||
|
|
||||||
#ifdef FW_PAYLOAD_FDT_ADDR
|
|
||||||
/*
|
/*
|
||||||
* Relocate Flatened Device Tree (FDT)
|
* Relocate Flatened Device Tree (FDT)
|
||||||
* source FDT address = previous arg1
|
* source FDT address = previous arg1
|
||||||
|
@ -100,7 +99,6 @@ _fdt_reloc_again:
|
||||||
add t1, t1, __SIZEOF_POINTER__
|
add t1, t1, __SIZEOF_POINTER__
|
||||||
blt t1, t2, _fdt_reloc_again
|
blt t1, t2, _fdt_reloc_again
|
||||||
_fdt_reloc_done:
|
_fdt_reloc_done:
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Update boot hart flag */
|
/* Update boot hart flag */
|
||||||
la a4, _boot_hart_done
|
la a4, _boot_hart_done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue