printk_foo -> printk(BIOS_FOO, ...)
[coreboot.git] / src / southbridge / intel / i82801gx / i82801gx_watchdog.c
index 38350d7ef2bbd9070554b1a3a967ae672103e8df..436a9227cda72c7e9db374a1603216ece5ef59ad 100644 (file)
@@ -49,5 +49,5 @@ void watchdog_off(void)
        outw(0x0008, base + 0x04);
        outw(0x0002, base + 0x06);
 
-       printk_debug("ICH7 watchdog disabled\r\n");
+       printk(BIOS_DEBUG, "ICH7 watchdog disabled\r\n");
 }