X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fdevices%2Fpci_rom.c;h=56712df5c5c3c1fc5697fcc55e3d97621c7995bd;hb=1d888a97849d68a7136da558c3697c7f2a8d898a;hp=e721eb5751c023b2749db57a99d73464ba77cedc;hpb=305f2f50abe0360b10f2fef3d65a102912dade40;p=coreboot.git diff --git a/src/devices/pci_rom.c b/src/devices/pci_rom.c index e721eb575..56712df5c 100644 --- a/src/devices/pci_rom.c +++ b/src/devices/pci_rom.c @@ -46,7 +46,7 @@ struct rom_header *pci_rom_probe(struct device *dev) rom_address = pci_read_config32(dev, PCI_ROM_ADDRESS); if (rom_address == 0x00000000 || rom_address == 0xffffffff) { -#if defined(CONFIG_BOARD_EMULATION_QEMU_X86) && CONFIG_BOARD_EMULATION_QEMU_X86 +#if CONFIG_BOARD_EMULATION_QEMU_X86 if ((dev->class >> 8) == PCI_CLASS_DISPLAY_VGA) rom_address = 0xc0000; else