mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-09 05:21:03 +01: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…
Add table
Reference in a new issue