[U-Boot] [PATCH 02/22] x86: Drop RAMTOP Kconfig
Simon Glass
sjg at chromium.org
Sun Dec 28 03:20:26 CET 2014
We don't need this in U-Boot since we calculate it based on available memory.
Signed-off-by: Simon Glass <sjg at 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
More information about the U-Boot
mailing list