mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Updated to put dtb into the rodata segment for our linker script.
This commit is contained in:
		
							parent
							
								
									1d7002e5c5
								
							
						
					
					
						commit
						f1eb20ef4d
					
				@ -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