Drop \r\n and \n\r as both print_XXX and printk now do this internally.
[coreboot.git] / src / mainboard / gigabyte / m57sli / ap_romstage.c
index 2bd3205842b24b773bd5b5ebcc0fdab336c0510c..28f47597e94f5160b989070df160316042b8eb24 100644 (file)
@@ -82,7 +82,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);