[coreboot-gerrit] New patch to review for coreboot: 417d43c qemu/q35: uncomment cache-as-ram Kconfig entries

Gerd Hoffmann (kraxel@redhat.com) gerrit at coreboot.org
Tue Jun 18 11:10:17 CEST 2013


Gerd Hoffmann (kraxel at redhat.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3496

-gerrit

commit 417d43cb1fc78e26147b99d7a292017b7b72a04f
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Tue Jun 18 11:09:29 2013 +0200

    qemu/q35: uncomment cache-as-ram Kconfig entries
    
    Change-Id: I8371764e3f2d16a3a776beb1c064f461b20a4262
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
 src/mainboard/emulation/qemu-q35/Kconfig | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/mainboard/emulation/qemu-q35/Kconfig b/src/mainboard/emulation/qemu-q35/Kconfig
index 95209cb..cf13f35 100644
--- a/src/mainboard/emulation/qemu-q35/Kconfig
+++ b/src/mainboard/emulation/qemu-q35/Kconfig
@@ -27,13 +27,13 @@ config MAINBOARD_PART_NUMBER
 #	int
 #	default 6
 
-#config DCACHE_RAM_BASE
-#	hex
-#	default 0xd0000
+config DCACHE_RAM_BASE
+	hex
+	default 0xd0000
 
-#config DCACHE_RAM_SIZE
-#	hex
-#	default 0x10000
+config DCACHE_RAM_SIZE
+	hex
+	default 0x10000
 
 
 endif # BOARD_EMULATION_QEMU_X86



More information about the coreboot-gerrit mailing list