diff options
author | Simon Glass <sjg@chromium.org> | 2015-01-01 16:17:55 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-01-13 07:24:58 -0800 |
commit | 6c911c4322a295e0e5ab07c12c793d1f00670028 (patch) | |
tree | c1ae29242550b4d4f2144f19a72997e30a24cad9 /arch/x86/Kconfig | |
parent | bbd43d659c55c3fedddae1eba2a520bc8a93d3fd (diff) | |
download | u-boot-imx-6c911c4322a295e0e5ab07c12c793d1f00670028.zip u-boot-imx-6c911c4322a295e0e5ab07c12c793d1f00670028.tar.gz u-boot-imx-6c911c4322a295e0e5ab07c12c793d1f00670028.tar.bz2 |
x86: Drop RAMTOP Kconfig
We don't need this in U-Boot since we calculate it based on available memory.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 4 |
1 files changed, 0 insertions, 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 |