summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-01-01 16:17:54 -0700
committerSimon Glass <sjg@chromium.org>2015-01-13 07:24:58 -0800
commitbbd43d659c55c3fedddae1eba2a520bc8a93d3fd (patch)
tree4cc766d671d314ddd621d538309d6df548dbb19f /arch/x86/Kconfig
parentb21b208184721eed198bdf59204b452716986377 (diff)
downloadtalos-obmc-uboot-bbd43d659c55c3fedddae1eba2a520bc8a93d3fd.tar.gz
talos-obmc-uboot-bbd43d659c55c3fedddae1eba2a520bc8a93d3fd.zip
x86: Correct XIP_ROM_SIZE
This should default to the size of the ROM for faster execution before relocation. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index ebf72b3ee0..7d007bb60a 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
OpenPOWER on IntegriCloud