printk_foo -> printk(BIOS_FOO, ...)
[coreboot.git] / src / mainboard / msi / ms7260 / get_bus_conf.c
index 47273cdaa4c20b4c414f6574cc058381e5b86f53..749be0e33d30957bb06ab5e7b490c1b5891e962b 100644 (file)
@@ -114,8 +114,8 @@ void get_bus_conf(void)
                for (j = bus_mcp55[1]; j < bus_mcp55[2]; j++)
                        bus_type[j] = 1;
        } 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 + 0x06);
 
                bus_mcp55[1] = 2;
@@ -132,8 +132,8 @@ void get_bus_conf(void)
                        for (j = bus_mcp55[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_mcp55[0], sbdn + 0x0a + i - 2);
                        bus_isa = bus_mcp55[i - 1] + 1;
                }