Printing coreboot debug messages on VGA console is pretty much useless, since
[coreboot.git] / src / devices / pci_device.c
index 01fd815f4d694a3b22ff10f1a9cf82af0a8cd2c1..ed066900e40fe2311cd52a63164dc9f665e86ad1 100644 (file)
@@ -675,11 +675,6 @@ void pci_dev_init(struct device *dev)
                return;
 
        run_bios(dev, (unsigned long)ram);
-
-#if CONFIG_CONSOLE_VGA == 1
-       if ((dev->class >> 8) == PCI_CLASS_DISPLAY_VGA)
-               vga_console_init();
-#endif /* CONFIG_CONSOLE_VGA */
 #endif /* CONFIG_PCI_ROM_RUN || CONFIG_VGA_ROM_RUN */
 }