Drop \r\n and \n\r as both print_XXX and printk now do this internally.
[coreboot.git] / src / mainboard / supermicro / x6dhr_ig2 / watchdog.c
index e9012a49f3c20ad95a1f2d3698cc03f73554eb84..a4c1eec04f5cefb8ecad8dd1db245f07018382d5 100644 (file)
@@ -94,6 +94,6 @@ static void disable_watchdogs(void)
 //     disable_sio_watchdog(NSC_WD_DEV);
        disable_ich5_watchdog();
 //     disable_jarell_frb3();
-       print_debug("Watchdogs disabled\r\n");
+       print_debug("Watchdogs disabled\n");
 }