Fixed BootROM | Updated HarnessBinders
This commit is contained in:
@@ -16,5 +16,6 @@ _prog_start:
|
||||
li s1, PAYLOAD_DEST
|
||||
jr s1
|
||||
|
||||
.section .rodata
|
||||
.section .dtb
|
||||
.align 3
|
||||
dtb:
|
||||
|
||||
@@ -47,6 +47,7 @@ SECTIONS
|
||||
|
||||
.rodata ALIGN((ADDR(.sdata) + SIZEOF(.sdata)), 8) : AT(ALIGN((LOADADDR(.sdata) + SIZEOF(.sdata)), 8)) ALIGN_WITH_INPUT {
|
||||
*(.rodata .rodata.* .gnu.linkonce.r.*)
|
||||
*(.dtb)
|
||||
} >bootrom_mem :data
|
||||
|
||||
PROVIDE(_data = ADDR(.rodata));
|
||||
|
||||
Reference in New Issue
Block a user