minor reformat
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1892 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -218,7 +218,8 @@ static void pci_get_rom_resource(struct device *dev, unsigned long index)
|
||||
unsigned long value;
|
||||
resource_t moving, limit;
|
||||
|
||||
if ((dev->on_mainboard) && (dev->rom_address == 0)) { //skip it if rom_address is not set in MB Config.lb
|
||||
if ((dev->on_mainboard) && (dev->rom_address == 0)) {
|
||||
//skip it if rom_address is not set in MB Config.lb
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user