printk_foo -> printk(BIOS_FOO, ...)
[coreboot.git] / src / mainboard / roda / rk886ex / rtl8168.c
index 18f41fe32a32f48474298f4141b06daaf7f3301f..e278bcfb4eaf76d0c5f65bea2a3050774b79e603 100644 (file)
@@ -27,7 +27,7 @@
 
 static void nic_init(struct device *dev)
 {
-       printk_debug("Initializing RTL8168 Gigabit Ethernet\n");
+       printk(BIOS_DEBUG, "Initializing RTL8168 Gigabit Ethernet\n");
        // Nothing to do yet, but this has to be here to keep 
        // coreboot from trying to execute an option ROM.
 }