Drop \r\n and \n\r as both print_XXX and printk now do this internally.
[coreboot.git] / src / northbridge / amd / lx / pll_reset.c
index 45a2c9338cdaf495a8ceb00499b078bd39647821..08c19b48e5cd7fe3815ea9347a407161cedc04fe 100644 (file)
@@ -68,7 +68,7 @@ static void pll_reset(char manualconf)
                __asm__ __volatile__("hlt\n");
 
        }
-       print_debug("Done pll_reset\r\n");
+       print_debug("Done pll_reset\n");
        return;
 }