forked from Mirrors/opensbi
		
	firmware: remove FW_TEXT_START
Now opensbi can run at any address via dynamic relocation. We can remove FW_TEXT_START. Signed-off-by: Xiang W <wxjstz@126.com> Reviewed-by: Anup Patel <anup@brainfault.org> Tested-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
		@@ -22,7 +22,6 @@ platform-runcmd = xl_spike \
 | 
			
		||||
platform-objs-y += platform.o
 | 
			
		||||
 | 
			
		||||
# Blobs to build
 | 
			
		||||
FW_TEXT_START=0xA0000000
 | 
			
		||||
FW_DYNAMIC=y
 | 
			
		||||
FW_JUMP=y
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user