Fix from SONE!
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1221 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
b56ef07600
commit
472e74177c
|
@ -77,7 +77,8 @@ static void enable_mainboard_devices(void)
|
|||
/* we do this here as in V2, we can not yet do raw operations
|
||||
* to pci!
|
||||
*/
|
||||
dev++; /* ICKY */
|
||||
dev += 0x100; /* ICKY */
|
||||
|
||||
pci_write_config8(dev, 0x42, 0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue