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>
master
Simon Glass 10 years ago
parent b21b208184
commit bbd43d659c
  1. 2
      arch/x86/Kconfig

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

Loading…
Cancel
Save