diff options
author | Yinghai Lu <yinghailu@gmail.com> | 2005-01-14 17:17:55 +0000 |
---|---|---|
committer | Yinghai Lu <yinghailu@gmail.com> | 2005-01-14 17:17:55 +0000 |
commit | 24f542f47811ab43aa79bef6b55543b268a492e2 (patch) | |
tree | 3b5a645462bdce896cc64206c5afa0d2f5e01d13 | |
parent | bcde1618da1bcaa26419f23d7883064ce1874502 (diff) |
onboard pci_rom second run
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1872 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/devices/device.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/device.c b/src/devices/device.c index 8ebd925652..8279a652b1 100644 --- a/src/devices/device.c +++ b/src/devices/device.c @@ -607,7 +607,6 @@ void dev_initialize(void) { if( !dev->on_mainboard ) continue; // process addon card in second run else if( dev->rom_address!=0 ) continue; // onboard and it is assigned via MB Config.lb, process it later - if( dev->on_mainboard && (dev->rom_address!=0)) continue; printk_debug("%s init\n", dev_path(dev)); dev->initialized = 1; dev->ops->init(dev); |