diff options
Diffstat (limited to 'src/devices/pci_device.c')
-rw-r--r-- | src/devices/pci_device.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/devices/pci_device.c b/src/devices/pci_device.c index 01fd815f4d..ed066900e4 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 */ } |