From: Simon Glass Date: Thu, 1 Jan 2015 23:17:54 +0000 (-0700) Subject: x86: Correct XIP_ROM_SIZE X-Git-Tag: v2015.04-rc1~195^2~33 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bbd43d659c55c3fedddae1eba2a520bc8a93d3fd;p=u-boot x86: Correct XIP_ROM_SIZE This should default to the size of the ROM for faster execution before relocation. Signed-off-by: Simon Glass --- 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