uniphier: set CONSOLE_FLAG_TRANSLATE_CRLF and clean up console driver
This console driver sends '\r' before 'n', not after.
It works, but the convention is "\r\n" (i.e. CRLF)

Instead of fixing it in the driver, set CONSOLE_FLAG_TRANSLATE_CRLF
to leave it to the framework.

Change-Id: I2154e29313739a40dff70cfb5c0f8989136d4ad2
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
1 parent f1b78d3 commit abfd5719741ff6a1b9f7f68c78154673b2fe98cc
@Masahiro Yamada Masahiro Yamada authored on 22 Jul 2019
Paul Beesley committed on 3 Sep 2019
Showing 2 changed files
View
plat/socionext/uniphier/uniphier_console.S
View
plat/socionext/uniphier/uniphier_console_setup.c