Updated to put dtb into the rodata segment for our linker script.

This commit is contained in:
Ross Thompson 2022-11-03 17:48:20 -05:00
parent 041ab8e401
commit 24cb36c38d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -90,7 +90,7 @@ end_of_bios:
.section .dtb
.section .rodata
.globl _dtb
.align 4, 0
_dtb: