]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - common/console.c
mmc: tegra: priv struct and naming cleanup
[karo-tx-uboot.git] / common / console.c
index 6a0d11bb04c5337778f249500d506d53ce3c2f3a..12293f383624947cc716319a862df4340c44b1c2 100644 (file)
@@ -515,8 +515,6 @@ void puts(const char *s)
                        int ch = *s++;
 
                        printch(ch);
-                       if (ch == '\n')
-                               printch('\r');
                }
                return;
        }