]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/console.c
Merge branch 'master' of git://git.denx.de/u-boot-x86
[people/ms/u-boot.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;
        }