Signed-off-by: Andrey Smirnov <andrew.smirnov@xxxxxxxxx> --- common/console.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/common/console.c b/common/console.c index d64a7be25..0c098c5eb 100644 --- a/common/console.c +++ b/common/console.c @@ -503,9 +503,7 @@ void console_putc(unsigned int ch, char c) case CONSOLE_INIT_FULL: for_each_console(cdev) { if (cdev->f_active & ch) { - if (c == '\n') - cdev->putc(cdev, '\r'); - cdev->putc(cdev, c); + __console_putc(cdev, c); } } return; -- 2.17.0 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox