x86: Correct XIP_ROM_SIZE
authorSimon Glass <sjg@chromium.org>
Thu, 1 Jan 2015 23:17:54 +0000 (16:17 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 13 Jan 2015 15:24:58 +0000 (07:24 -0800)
This should default to the size of the ROM for faster execution before
relocation.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/Kconfig

index ebf72b3ee07d6d2765c724e61fb11554f4042c86..7d007bb60a1fc6abfe4ba7cce48321bfa1a2a0e7 100644 (file)
@@ -53,7 +53,7 @@ config RAMTOP
 
 config XIP_ROM_SIZE
        hex
-       default 0x10000
+       default ROM_SIZE
 
 config CPU_ADDR_BITS
        int