forked from Mirrors/opensbi
		
	platform: Enable dynamic firmware for appropriate platforms
This patch enables FW_DYNAMIC option (i.e. dynamic firmware) for all appropriate/applicable platforms. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
		@@ -24,6 +24,7 @@ PLATFORM_SYS_CLINT=y
 | 
			
		||||
 | 
			
		||||
# Blobs to build
 | 
			
		||||
FW_TEXT_START=0x80000000
 | 
			
		||||
FW_DYNAMIC=y
 | 
			
		||||
FW_JUMP=y
 | 
			
		||||
ifeq ($(PLATFORM_RISCV_XLEN), 32)
 | 
			
		||||
  # This needs to be 4MB alligned for 32-bit system
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user