printk_foo -> printk(BIOS_FOO, ...)
[coreboot.git] / src / southbridge / via / vt8235 / vt8235_nic.c
index 09ea17e07836c53961fca7443c619372d035db91..86fef895de496bebfaaf8baba10b81b04c2542ff 100644 (file)
@@ -12,7 +12,7 @@ static void nic_init(struct device *dev)
 {
        uint8_t byte;
 
-       printk_debug("Configuring VIA Rhine LAN\n");
+       printk(BIOS_DEBUG, "Configuring VIA Rhine LAN\n");
 
        /* We don't need stepping - though the device supports it */
        byte = pci_read_config8(dev, PCI_COMMAND);