Author: myles
Date: 2008-11-17 18:53:14 +0100 (Mon, 17 Nov 2008)
New Revision: 1038
Modified:
coreboot-v3/southbridge/amd/amd8111/ide.c
Log:
This patch fixes debug printing.
Signed-off-by: Myles Watson <[EMAIL PROTECTED]>
Acked-by: Myles Watson <[EMAIL PROTECTED]>
Thanks,
Myles
Modified: coreboot-v3/southbridge/amd/amd8111/ide.c
===================================================================
--- coreboot-v3/southbridge/amd/amd8111/ide.c 2008-11-17 10:31:40 UTC (rev
1037)
+++ coreboot-v3/southbridge/amd/amd8111/ide.c 2008-11-17 17:53:14 UTC (rev
1038)
@@ -42,12 +42,12 @@
if (conf->ide1_enable) {
/* Enable secondary ide interface */
word |= (1<<0);
- printk(BIOS_DEBUG, "IDE1 ");
+ printk(BIOS_DEBUG, "%s: IDE1 \n", __func__);
}
if (conf->ide0_enable) {
/* Enable primary ide interface */
word |= (1<<1);
- printk(BIOS_DEBUG, "IDE0 ");
+ printk(BIOS_DEBUG, "%s: IDE0 \n", __func__);
}
word |= (1<<12);
--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot