X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fdevices%2Fpci_device.c;h=ed066900e40fe2311cd52a63164dc9f665e86ad1;hb=abc0c8551604933ca54e9eaa48c3f00e4915dc90;hp=01fd815f4d694a3b22ff10f1a9cf82af0a8cd2c1;hpb=e9c447326a0ff5565886b0c18c806c77c4a03cb8;p=coreboot.git diff --git a/src/devices/pci_device.c b/src/devices/pci_device.c index 01fd815f4..ed066900e 100644 --- a/src/devices/pci_device.c +++ b/src/devices/pci_device.c @@ -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 */ }