From d469cdab93ae1d60421116def8a9800da8374274 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Tue, 31 Mar 2009 16:32:01 +0000 Subject: Add the CONFIG_ROMS config variable. Tested under abuild, causes no trouble. Signed-off-by: Ronald G. Minnich Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4035 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/emulation/qemu-x86/Options.lb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainboard/emulation/qemu-x86') diff --git a/src/mainboard/emulation/qemu-x86/Options.lb b/src/mainboard/emulation/qemu-x86/Options.lb index bf8ac39ef1..b45f97be9c 100644 --- a/src/mainboard/emulation/qemu-x86/Options.lb +++ b/src/mainboard/emulation/qemu-x86/Options.lb @@ -43,10 +43,14 @@ uses CONFIG_CONSOLE_SERIAL8250 uses DEFAULT_CONSOLE_LOGLEVEL uses MAXIMUM_CONSOLE_LOGLEVEL +uses CONFIG_ROMFS + default CONFIG_CONSOLE_SERIAL8250=1 default DEFAULT_CONSOLE_LOGLEVEL=8 default MAXIMUM_CONSOLE_LOGLEVEL=8 +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