printk_foo -> printk(BIOS_FOO, ...)
[coreboot.git] / src / southbridge / intel / i82801ax / i82801ax_watchdog.c
index aea10e1c7bb4a81d9b7e60174444c99c79485a23..fb45f521c568635b1efa98844f51a79f7fe99b17 100644 (file)
@@ -50,5 +50,5 @@ void watchdog_off(void)
        outw(0x0008, base + 0x04);
        outw(0x0002, base + 0x06);
 
-       printk_debug("ICH Watchdog disabled\r\n");
+       printk(BIOS_DEBUG, "ICH Watchdog disabled\r\n");
 }