]> git.sur5r.net Git - u-boot/commit
debug_uart: Remove duplicated carriage return handling
authorBin Meng <bmeng.cn@gmail.com>
Fri, 18 Mar 2016 06:59:04 +0000 (23:59 -0700)
committerTom Rini <trini@konsulko.com>
Sun, 27 Mar 2016 13:12:26 +0000 (09:12 -0400)
commitce1a7d1564920e35ad5c7a1f4e68aaec496ec9d4
tree2bc8a1dafdddfdcc428c5cba7e5a0a52d028a396
parent075bb5c6ea7bef0a442d5155b25b273167e67b4a
debug_uart: Remove duplicated carriage return handling

Since commit b391d74 "debug_uart: output CR along with LF", the
handling in puts() is duplicated, not to mention that it should
output carriage return before line feed.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/console.c