aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/wyse/s50/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/wyse/s50/romstage.c')
-rw-r--r--src/mainboard/wyse/s50/romstage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/wyse/s50/romstage.c b/src/mainboard/wyse/s50/romstage.c
index fea26cfd9c..5db9587ccc 100644
--- a/src/mainboard/wyse/s50/romstage.c
+++ b/src/mainboard/wyse/s50/romstage.c
@@ -70,10 +70,10 @@ void main(unsigned long bist)
pll_reset();
cpuRegInit();
- print_err("done cpuRegInit\n");
+ printk(BIOS_ERR, "done cpuRegInit\n");
sdram_initialize(1, memctrl);
- print_err("ram setup done\n");
+ printk(BIOS_ERR, "ram setup done\n");
msr_init();
}