diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2013-06-18 11:09:29 +0200 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-06-18 17:44:38 +0200 |
commit | df8d27357f7a23a2f840b3d2af7b67229c16e42b (patch) | |
tree | d6ac455f0e8b7d9371aeb757f75f96bb8d75e736 /src/mainboard/emulation/qemu-q35/Kconfig | |
parent | 5acc76cd3e097e86768c2addc0963ea521f19a49 (diff) |
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>
Diffstat (limited to 'src/mainboard/emulation/qemu-q35/Kconfig')
-rw-r--r-- | src/mainboard/emulation/qemu-q35/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mainboard/emulation/qemu-q35/Kconfig b/src/mainboard/emulation/qemu-q35/Kconfig index 95209cbfea..cf13f35908 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 |