qemu/q35: uncomment cache-as-ram Kconfig entries

Change-Id: I8371764e3f2d16a3a776beb1c064f461b20a4262
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-on: http://review.coreboot.org/3496
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
Gerd Hoffmann 2013-06-18 11:09:29 +02:00 committed by Ronald G. Minnich
parent 5acc76cd3e
commit df8d27357f
1 changed files with 6 additions and 6 deletions

View File

@ -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