printk_foo -> printk(BIOS_FOO, ...)
[coreboot.git] / src / southbridge / nvidia / mcp55 / mcp55_sata.c
index 1b40aa0983189a135d49451735ab9c11013fceab..8df5f6bcbd9018bd2dfb90c65d46f2c72bd26410 100644 (file)
@@ -43,16 +43,16 @@ static void sata_init(struct device *dev)
                if (conf->sata1_enable) {
                        /* Enable secondary SATA interface */
                        dword |= (1<<0);
-                       printk_debug("SATA S \t");
+                       printk(BIOS_DEBUG, "SATA S \t");
                }
                if (conf->sata0_enable) {
                        /* Enable primary SATA interface */
                        dword |= (1<<1);
-                       printk_debug("SATA P \n");
+                       printk(BIOS_DEBUG, "SATA P \n");
                }
        } else {
                dword |= (1<<1) | (1<<0);
-               printk_debug("SATA P and S \n");
+               printk(BIOS_DEBUG, "SATA P and S \n");
        }