Fix/drop some obsolete comments,
- s/Options.lb/devicetree.cb/ - s/Config.lb/devicetree.cb/ - s/cache_as_ram_auto.c/romstage.c/ - h8dmr_fam10/README: Drop obsolete comment, we have mc_patch_01000086.h in the tree now. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6095 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -37,7 +37,7 @@ static void ide_init(struct device *dev)
|
||||
|
||||
printk(BIOS_DEBUG, "i82801gx_ide: initializing... ");
|
||||
if (config == NULL) {
|
||||
printk(BIOS_ERR, "\ni82801gx_ide: Not mentioned in mainboard's Config.lb!\n");
|
||||
printk(BIOS_ERR, "\ni82801gx_ide: Not mentioned in devicetree.cb!\n");
|
||||
// Trying to set somewhat safe defaults instead of bailing out.
|
||||
enable_primary = enable_secondary = 1;
|
||||
} else {
|
||||
|
@@ -36,7 +36,7 @@ static void sata_init(struct device *dev)
|
||||
printk(BIOS_DEBUG, "i82801gx_sata: initializing...\n");
|
||||
|
||||
if (config == NULL) {
|
||||
printk(BIOS_ERR, "i82801gx_sata: error: device not in Config.lb!\n");
|
||||
printk(BIOS_ERR, "i82801gx_sata: error: device not in devicetree.cb!\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user