Drop \r\n and \n\r as both print_XXX and printk now do this internally.
[coreboot.git] / src / mainboard / arima / hdama / romstage.c
index 3440e717c0485d1907c656a0332d1083ba1dc9e8..cdf4b3901abd54021e290c6163986ce8b099e3d1 100644 (file)
@@ -148,7 +148,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();
                }