This is a resend from yesterday, I am hoping for an ack :-)

ron
This fixes the problem when CONFIG_CONSOLE_VGA is set but requires CONFIG_PCI_ROM_RUN, which is a mistake.

Signed-off-by: Ronald G. Minnich <[EMAIL PROTECTED]>

Index: src/devices/Config.lb
===================================================================
--- src/devices/Config.lb	(revision 3031)
+++ src/devices/Config.lb	(working copy)
@@ -1,4 +1,5 @@
 uses CONFIG_PCI_ROM_RUN
+uses CONFIG_CONSOLE_VGA
 object device.o
 object root_device.o
 object device_util.o
@@ -12,7 +13,12 @@
 object pci_ops.o
 object smbus_ops.o
 
-if CONFIG_PCI_ROM_RUN
+if CONFIG_PCI_ROM_RUN 
 	object pci_rom.o
 	dir emulator
+else
+if CONFIG_CONSOLE_VGA
+	object pci_rom.o
+	dir emulator
 end
+end
-- 
linuxbios mailing list
linuxbios@linuxbios.org
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to