projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b21b208
)
x86: Correct XIP_ROM_SIZE
author
Simon Glass
<sjg@chromium.org>
Thu, 1 Jan 2015 23:17:54 +0000
(16:17 -0700)
committer
Simon Glass
<sjg@chromium.org>
Tue, 13 Jan 2015 15:24:58 +0000
(07:24 -0800)
This should default to the size of the ROM for faster execution before
relocation.
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/Kconfig
patch
|
blob
|
history
diff --git
a/arch/x86/Kconfig
b/arch/x86/Kconfig
index ebf72b3ee07d6d2765c724e61fb11554f4042c86..7d007bb60a1fc6abfe4ba7cce48321bfa1a2a0e7 100644
(file)
--- a/
arch/x86/Kconfig
+++ b/
arch/x86/Kconfig
@@
-53,7
+53,7
@@
config RAMTOP
config XIP_ROM_SIZE
hex
- default
0x10000
+ default
ROM_SIZE
config CPU_ADDR_BITS
int