- Update abuild.sh so it will rebuild successfull builds
- Move pci_set_method out of hardwaremain.c - Re-add debugging name field but only include the CONFIG_CHIP_NAME is enabled. All instances are now wrapped in CHIP_NAME - Many minor cleanups so most ports build. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1737 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -51,5 +51,6 @@ void i82801er_enable(device_t dev)
|
||||
}
|
||||
|
||||
struct chip_operations southbridge_intel_i82801er_ops = {
|
||||
CHIP_NAME("Intel 82801er Southbridge")
|
||||
.enable_dev = i82801er_enable,
|
||||
};
|
||||
|
Reference in New Issue
Block a user