[U-Boot] [PATCH v2 01/13] debug_uart: restore ns16550 as default

Heiko Schocher hs at denx.de
Thu Nov 19 07:38:14 CET 2015


Hello Thomas,

Am 18.11.2015 um 14:44 schrieb Thomas Chou:
> Since commit 220e8021af96 ("nios2: convert altera_jtag_uart to
> driver model"), the default debug uart was changed. Most people
> use ns16550 UART, so restore it as default.
>
> Signed-off-by: Thomas Chou <thomas at wytron.com.tw>
> Reported-by: Ezequiel Garcia <ezequiel at vanguardiasur.com.ar>
> Reported-by: Ariel D'Alessandro <ariel at vanguardiasur.com.ar>
> Reviewed-by: Tom Rini <trini at konsulko.com>
> ---
>   drivers/serial/Kconfig | 1 +
>   1 file changed, 1 insertion(+)

Reviewed-by: Heiko Schocher <hs at denx.de>

bye,
Heiko
>
> diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
> index eba96f4..2a50771 100644
> --- a/drivers/serial/Kconfig
> +++ b/drivers/serial/Kconfig
> @@ -53,6 +53,7 @@ config DEBUG_UART
>   choice
>   	prompt "Select which UART will provide the debug UART"
>   	depends on DEBUG_UART
> +	default DEBUG_UART_NS16550
>
>   config DEBUG_UART_ALTERA_JTAGUART
>   	bool "Altera JTAG UART"
>

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany


More information about the U-Boot mailing list