
28 Dec
2014
28 Dec
'14
3:20 a.m.
We don't need this in U-Boot since we calculate it based on available memory.
Signed-off-by: Simon Glass sjg@chromium.org ---
arch/x86/Kconfig | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 7d007bb..e992e64 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -47,10 +47,6 @@ config RAMBASE hex default 0x100000
-config RAMTOP - hex - default 0x200000 - config XIP_ROM_SIZE hex default ROM_SIZE
--
2.2.0.rc0.207.ga3a616c