Drop \r\n and \n\r as both print_XXX and printk now do this internally.
[coreboot.git] / src / mainboard / supermicro / h8dme / ap_romstage.c
index 05c62c3e2c85b052b1f3f180b049e97d4720fc87..60dd1b275ebe5343c5974e98828ae8004fbd99c7 100644 (file)
@@ -86,7 +86,7 @@ void hardwaremain(int ret_addr)
 
        id = get_node_core_id_x();
 
-        print_debug("CODE IN CACHE ON NODE:"); print_debug_hex8(id.nodeid); print_debug("\r\n");
+        print_debug("CODE IN CACHE ON NODE:"); print_debug_hex8(id.nodeid); print_debug("\n");
 
        train_ram(id.nodeid, sysinfo, sysinfox);