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:
parent
b21b208184
commit
bbd43d659c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user