[U-Boot] [PATCH 01/22] x86: Correct XIP_ROM_SIZE
    Simon Glass 
    sjg at chromium.org
       
    Sun Dec 28 03:19:19 CET 2014
    
    
  
This should default to the size of the ROM for faster execution before
relocation.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
 arch/x86/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index ebf72b3..7d007bb 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -53,7 +53,7 @@ config RAMTOP
 
 config XIP_ROM_SIZE
 	hex
-	default 0x10000
+	default ROM_SIZE
 
 config CPU_ADDR_BITS
 	int
-- 
2.2.0.rc0.207.ga3a616c
    
    
More information about the U-Boot
mailing list