printk_foo -> printk(BIOS_FOO, ...)
[coreboot.git] / src / mainboard / asus / a8n_e / get_bus_conf.c
index 8e4edb4750813acca860cedfdae85f11e7b81c5e..bcc34ffa59acf82c7c875549011408b9c1dde57e 100644 (file)
@@ -107,8 +107,8 @@ void get_bus_conf(void)
                bus_ck804[2] = pci_read_config8(dev, PCI_SUBORDINATE_BUS);
                bus_ck804[2]++;
        } else {
-               printk_debug
-                   ("ERROR - could not find PCI 1:%02x.0, using defaults\n",
+               printk
+                   (BIOS_DEBUG, "ERROR - could not find PCI 1:%02x.0, using defaults\n",
                     sbdn + 0x09);
                bus_ck804[1] = 2;
                bus_ck804[2] = 3;
@@ -124,7 +124,7 @@ void get_bus_conf(void)
                        for (j = bus_ck804[i]; j < bus_isa; j++)
                                bus_type[j] = 1;
                } else {
-                       printk_debug("ERROR - could not find PCI %02x:%02x.0, using defaults\n",
+                       printk(BIOS_DEBUG, "ERROR - could not find PCI %02x:%02x.0, using defaults\n",
                             bus_ck804[0], sbdn + 0x0b + i - 2);
                        bus_isa = bus_ck804[i - 1] + 1;
                }