[coreboot-gerrit] New patch to review for coreboot: 98d059b qemu-armv7: Kconfig cleanup

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Wed Apr 30 23:27:05 CEST 2014


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5627

-gerrit

commit 98d059ba592f08092af170f60ba67052826e9d12
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Wed Apr 30 23:07:13 2014 +0300

    qemu-armv7: Kconfig cleanup
    
    RAMBASE, RAMTOP and XIP_ROM_SIZE are not used with ARCH_ARMV7.
    
    Change-Id: I072ed022e3279ed23716fdf78d0db8952b3fdb32
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/mainboard/emulation/qemu-armv7/Kconfig | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/src/mainboard/emulation/qemu-armv7/Kconfig b/src/mainboard/emulation/qemu-armv7/Kconfig
index 6d04216..bbeae08 100644
--- a/src/mainboard/emulation/qemu-armv7/Kconfig
+++ b/src/mainboard/emulation/qemu-armv7/Kconfig
@@ -99,21 +99,8 @@ config STACK_SIZE
 	hex
 	default 0x0003ff00
 
-config XIP_ROM_SIZE
-	hex
-	default ROMSTAGE_SIZE
-
 config SYS_SDRAM_BASE
 	hex "SDRAM base address"
 	default 0x01000000
 
-config RAMBASE
-	hex
-	default SYS_SDRAM_BASE
-
-# according to stefan, this is RAMBASE + 1M.
-config RAMTOP
-	hex
-	default 0x01100000
-
 endif #  BOARD_EMULATION_QEMU_ARMV7



More information about the coreboot-gerrit mailing list