Drop \r\n and \n\r as both print_XXX and printk now do this internally.
[coreboot.git] / src / mainboard / amd / serengeti_cheetah / ap_romstage.c
index 582e93abc200cd383cb345eb5977998ff8a2ef1c..c2b8e8c7b3ca94220bc22bd938ef1837933da8e4 100644 (file)
@@ -69,7 +69,7 @@ void hardwaremain(int ret_addr)
 #if CONFIG_USE_PRINTK_IN_CAR
         printk(BIOS_DEBUG, "CODE IN CACHE ON NODE: %02x\n");
 #else
-        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");
 #endif
 
        train_ram(id.nodeid, sysinfo, sysinfox);