forked from Github_Repos/cvw
Updated to put dtb into the rodata segment for our linker script.
This commit is contained in:
parent
041ab8e401
commit
24cb36c38d
@ -24,7 +24,7 @@ LIBRARY_FILES :=
|
||||
MARCH :=-march=rv64imfdc
|
||||
MABI :=-mabi=lp64d
|
||||
LINK_FLAGS :=$(MARCH) $(MABI) -nostartfiles
|
||||
LINKER :=$(ROOT)/linker1000.x
|
||||
LINKER :=linker.x
|
||||
|
||||
|
||||
AFLAGS =$(MARCH) $(MABI) -W
|
||||
|
@ -90,7 +90,7 @@ end_of_bios:
|
||||
|
||||
|
||||
|
||||
.section .dtb
|
||||
.section .rodata
|
||||
.globl _dtb
|
||||
.align 4, 0
|
||||
_dtb:
|
||||
|
Loading…
Reference in New Issue
Block a user