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