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>
This commit is contained in:
Simon Glass 2015-01-01 16:17:54 -07:00
parent b21b208184
commit bbd43d659c

View File

@ -53,7 +53,7 @@ config RAMTOP
config XIP_ROM_SIZE config XIP_ROM_SIZE
hex hex
default 0x10000 default ROM_SIZE
config CPU_ADDR_BITS config CPU_ADDR_BITS
int int