printk_foo -> printk(BIOS_FOO, ...)
[coreboot.git] / src / mainboard / technexion / tim8690 / mptable.c
index 6359c09934881e8b92f97bb4d3053b8e1eb7c44e..d8ce32833d6527cd39f0ac12cc6094409bca7820 100644 (file)
@@ -199,7 +199,7 @@ void *smp_write_config_table(void *v)
        mc->mpe_checksum =
            smp_compute_checksum(smp_next_mpc_entry(mc), mc->mpe_length);
        mc->mpc_checksum = smp_compute_checksum(mc, mc->mpc_length);
-       printk_debug("Wrote the mp table end at: %p - %p\n",
+       printk(BIOS_DEBUG, "Wrote the mp table end at: %p - %p\n",
                     mc, smp_next_mpe_entry(mc));
        return smp_next_mpe_entry(mc);
 }