Drop \r\n and \n\r as both print_XXX and printk now do this internally.
[coreboot.git] / src / mainboard / intel / xe7501devkit / romstage.c
index 685f3b8700ce1b449c03851a121f1ad54ece3f91..4c57de1d758f2d81bca2d96197e818f7e918bca5 100644 (file)
@@ -86,6 +86,6 @@ static void main(unsigned long bist)
        
        // NOTE: ROMCC dies with an internal compiler error
        //               if the following line is removed.
-       print_debug("SDRAM is up.\r\n");
+       print_debug("SDRAM is up.\n");
 }