aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/model_106cx/model_106cx_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/model_106cx/model_106cx_init.c')
-rw-r--r--src/cpu/intel/model_106cx/model_106cx_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/intel/model_106cx/model_106cx_init.c b/src/cpu/intel/model_106cx/model_106cx_init.c
index 0be838b009..143a6f473a 100644
--- a/src/cpu/intel/model_106cx/model_106cx_init.c
+++ b/src/cpu/intel/model_106cx/model_106cx_init.c
@@ -171,7 +171,7 @@ static void model_106cx_init(device_t cpu)
/* Print processor name */
fill_processor_name(processor_name);
- printk_info("CPU: %s.\n", processor_name);
+ printk(BIOS_INFO, "CPU: %s.\n", processor_name);
#if CONFIG_USBDEBUG_DIRECT
// Is this caution really needed?