printk_foo -> printk(BIOS_FOO, ...)
[coreboot.git] / src / northbridge / intel / i440lx / raminit.c
index 4c171ef92dbb2ba600f641f74d65d1ac2053172a..5d07441ddebd5b140b43306978b41e9469ee0b35 100644 (file)
@@ -244,7 +244,7 @@ static void sdram_set_registers(void)
 #if 0
        uint16_t reg16;
        reg16 = pci_read_config16(NB, PACCFG); 
-       printk_debug("i82443LX Host Freq: 6%C MHz\r\n", (reg16 & 0x4000) ? '0' : '6');
+       printk(BIOS_DEBUG, "i82443LX Host Freq: 6%C MHz\r\n", (reg16 & 0x4000) ? '0' : '6');
 #endif
 
        PRINT_DEBUG("Northbridge prior to SDRAM init:\r\n");