summaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-power8
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2016-06-15 02:25:00 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2016-06-17 00:17:53 +0200
commitbec853e9ad6a0734764b9179e0558bbf149b7b28 (patch)
treefe62358c28776a0c78a43355444ccbdf7c856685 /src/mainboard/emulation/qemu-power8
parente51c20bf2c7097e6859c3bed43925a36194267ce (diff)
downloadcoreboot-bec853e9ad6a0734764b9179e0558bbf149b7b28.tar.xz
Define RAMTOP for x86 only
This Kconfig is deprecated, new platforms need to locate ramstage stack in CBMEM instead. Change-Id: I20ece297302321337cc2ce17fdef0c55242a4fc3 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/15189 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/emulation/qemu-power8')
-rw-r--r--src/mainboard/emulation/qemu-power8/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/emulation/qemu-power8/Kconfig b/src/mainboard/emulation/qemu-power8/Kconfig
index 556322aae9..7946c3e6d9 100644
--- a/src/mainboard/emulation/qemu-power8/Kconfig
+++ b/src/mainboard/emulation/qemu-power8/Kconfig
@@ -44,10 +44,4 @@ config DRAM_SIZE_MB
int
default 32768
-# Memory map for qemu power8
-
-config RAMTOP
- hex
- default 0x1000000
-
endif # BOARD_EMULATION_QEMU_POWER8