printk_foo -> printk(BIOS_FOO, ...)
[coreboot.git] / src / northbridge / intel / i3100 / northbridge.c
index 0a04faf61a9780ca23b7dd5f7f52415f5e608b46..195790f8cd5c74bce847df5c5771b84049f002bc 100644 (file)
@@ -86,7 +86,7 @@ static void pci_domain_set_resources(device_t dev)
         pci_tolm = find_pci_tolm(&dev->link[0]);
 
 #if 1
-       printk_debug("PCI mem marker = %x\n", pci_tolm);
+       printk(BIOS_DEBUG, "PCI mem marker = %x\n", pci_tolm);
 #endif
        /* FIXME Me temporary hack */
        if(pci_tolm > 0xe0000000)