printk_foo -> printk(BIOS_FOO, ...)
[coreboot.git] / src / northbridge / intel / e7525 / northbridge.c
index 3c483a143ba7c7ec9867cafb5c628610da784127..02bf119b9689862ea165f03435515d9d059abdb3 100644 (file)
@@ -65,7 +65,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)