Author: rminnich Date: 2009-04-07 17:38:17 +0200 (Tue, 07 Apr 2009) New Revision: 4082
Modified: trunk/coreboot-v2/src/mainboard/emulation/qemu-x86/Options.lb Log: This tested ok, but qemu can't really handle c0000 as RAM. (trivial)
Signed-off-by: Ronald G. Minnich rminnich@gmail.com Acked-by: Ronald G. Minnich rminnich@gmail.com
Modified: trunk/coreboot-v2/src/mainboard/emulation/qemu-x86/Options.lb =================================================================== --- trunk/coreboot-v2/src/mainboard/emulation/qemu-x86/Options.lb 2009-04-07 14:27:38 UTC (rev 4081) +++ trunk/coreboot-v2/src/mainboard/emulation/qemu-x86/Options.lb 2009-04-07 15:38:17 UTC (rev 4082) @@ -39,6 +39,7 @@ uses CONFIG_PCI_OPTION_ROM_RUN_VM86
uses CONFIG_CONSOLE_SERIAL8250 +uses USE_DCACHE_RAM
uses DEFAULT_CONSOLE_LOGLEVEL @@ -49,7 +50,7 @@ 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