Drop \r\n and \n\r as both print_XXX and printk now do this internally.
[coreboot.git] / src / mainboard / tyan / s2912 / ap_romstage.c
index 7c9b43862ca3c84ddb6d6656ef4aa240b7581ffa..a477b6891dc9353983b8013bfc88338021293025 100644 (file)
@@ -79,7 +79,7 @@ void hardwaremain(int ret_addr)
        id = get_node_core_id_x();
 
        //FIXME: for USBDEBUG_DIRECT you need to make sure dbg_info get assigned in AP
-       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);