printk_foo -> printk(BIOS_FOO, ...)
[coreboot.git] / src / mainboard / amd / serengeti_cheetah / ap_romstage.c
index 6abebffe137ed7892813ea59e954e3dcb78ecffa..4b8e2fe06d1682bf011f06f2491decb5b29fed73 100644 (file)
@@ -82,7 +82,7 @@ void hardwaremain(int ret_addr)
        id = get_node_core_id_x();
 
 #if CONFIG_USE_PRINTK_IN_CAR
-        printk_debug("CODE IN CACHE ON NODE: %02x\n");
+        printk(BIOS_DEBUG, "CODE IN CACHE ON NODE: %02x\n");
 #else
         print_debug("CODE IN CACHE ON NODE:"); print_debug_hex8(id.nodeid); print_debug("\r\n");
 #endif