mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ config RAMTOP
|
|||
|
||||
config XIP_ROM_SIZE
|
||||
hex
|
||||
default 0x10000
|
||||
default ROM_SIZE
|
||||
|
||||
config CPU_ADDR_BITS
|
||||
int
|
||||
|
|
Loading…
Reference in a new issue