From 0de8b9111aec7ee5f625ab9c5e3f813d7929bc71 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Tue, 7 Apr 2009 15:38:17 +0000 Subject: This tested ok, but qemu can't really handle c0000 as RAM. (trivial) Signed-off-by: Ronald G. Minnich Acked-by: Ronald G. Minnich git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4082 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/emulation/qemu-x86/Options.lb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mainboard/emulation/qemu-x86/Options.lb') diff --git a/src/mainboard/emulation/qemu-x86/Options.lb b/src/mainboard/emulation/qemu-x86/Options.lb index a6e09ba1f3..da93b1b481 100644 --- a/src/mainboard/emulation/qemu-x86/Options.lb +++ b/src/mainboard/emulation/qemu-x86/Options.lb @@ -39,6 +39,7 @@ uses CONFIG_PCI_ROM_RUN uses CONFIG_PCI_OPTION_ROM_RUN_VM86 uses CONFIG_CONSOLE_SERIAL8250 +uses USE_DCACHE_RAM uses DEFAULT_CONSOLE_LOGLEVEL @@ -49,7 +50,7 @@ uses CONFIG_ROMFS default CONFIG_CONSOLE_SERIAL8250=1 default DEFAULT_CONSOLE_LOGLEVEL=8 default MAXIMUM_CONSOLE_LOGLEVEL=8 -default CONFIG_ROMFS=1 +default CONFIG_ROMFS=0 ## ROM_SIZE is the size of boot ROM that this board will use. default ROM_SIZE = 256*1024 -- cgit v1.2.3