summaryrefslogtreecommitdiff
path: root/src/mainboard/newisys/khepri/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/newisys/khepri/romstage.c')
-rw-r--r--src/mainboard/newisys/khepri/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/newisys/khepri/romstage.c b/src/mainboard/newisys/khepri/romstage.c
index f6d2e54dc6..0174b7b567 100644
--- a/src/mainboard/newisys/khepri/romstage.c
+++ b/src/mainboard/newisys/khepri/romstage.c
@@ -168,7 +168,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
needs_reset |= ht_setup_chains_x();
if (needs_reset) {
- print_info("ht reset -\r\n");
+ print_info("ht reset -\n");
soft_reset();
}