summaryrefslogtreecommitdiffstats
path: root/src/mainboard/emulation/qemu-riscv
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2017-09-23 21:39:04 +0200
committerMartin Roth <martinroth@google.com>2017-09-27 16:39:25 +0000
commitd54c1cc770147039116e945b559928cc8467090e (patch)
treea4a3dee1ab74a3ae0e020dd145abeceb6b4e8510 /src/mainboard/emulation/qemu-riscv
parent5a01d6a152d705ded302e92c4438d8b8dc495465 (diff)
downloadcoreboot-d54c1cc770147039116e945b559928cc8467090e.tar.gz
coreboot-d54c1cc770147039116e945b559928cc8467090e.tar.bz2
coreboot-d54c1cc770147039116e945b559928cc8467090e.zip
mb/emu/*-riscv: Remove outdated memory map
Change-Id: I8919719865bc7ae8d13f025999caf8b5836b88ab Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-on: https://review.coreboot.org/21656 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/mainboard/emulation/qemu-riscv')
-rw-r--r--src/mainboard/emulation/qemu-riscv/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mainboard/emulation/qemu-riscv/Kconfig b/src/mainboard/emulation/qemu-riscv/Kconfig
index 06cbe6afce76..5e4ea2d48796 100644
--- a/src/mainboard/emulation/qemu-riscv/Kconfig
+++ b/src/mainboard/emulation/qemu-riscv/Kconfig
@@ -44,14 +44,4 @@ config DRAM_SIZE_MB
int
default 32768
-# Memory map for qemu riscv
-#
-# 0x0000_0000: jump instruction (by qemu)
-# 0x0002_0000: bootblock (entry of kernel / firmware)
-# 0x0003_0000: romstage, assume up to 128KB in size.
-# 0x0007_ff00: stack pointer
-# 0x0010_0000: CBFS header
-# 0x0011_0000: CBFS data
-# 0x0100_0000: reserved for ramstage
-
endif # BOARD_EMULATION_QEMU_UCB_RISCV