diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2009-04-07 15:38:17 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2009-04-07 15:38:17 +0000 |
commit | 0de8b9111aec7ee5f625ab9c5e3f813d7929bc71 (patch) | |
tree | fa877c4b0a289257695f938056f44bf97946a061 /src/mainboard/emulation/qemu-x86 | |
parent | 80775c1425b613047f16dd84481e96d588f85524 (diff) | |
download | coreboot-0de8b9111aec7ee5f625ab9c5e3f813d7929bc71.tar.xz |
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>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4082 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/emulation/qemu-x86')
-rw-r--r-- | src/mainboard/emulation/qemu-x86/Options.lb | 3 |
1 files changed, 2 insertions, 1 deletions
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 |