Skip to content
Commit d358788f authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[SERIAL] kernel console should send CRLF not LFCR



Glen Turner reported that writing LFCR rather than the more
traditional CRLF causes issues with some terminals.

Since this aflicts many serial drivers, extract the common code
to a library function (uart_console_write) and arrange for each
driver to supply a "putchar" function.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 7705a879
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment