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