[PATCH] arm: kirkwood: Use CONFIG_SYS_NS16550 with DM_SERIAL for Kirkwood boards

Stefan Roese sr at denx.de
Mon Feb 13 14:59:18 CET 2023


On 1/31/23 23:06, Tony Dinh wrote:
> CONFIG_SYS_NS16550 is required when DM_SERIAL is enabled for
> Kirkwood boards.
> 
> Signed-off-by: Tony Dinh <mibodhi at gmail.com>

Applied to u-boot-marvell/master

Thanks,
Stefan

> ---
> 
>   arch/arm/mach-kirkwood/Kconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/mach-kirkwood/Kconfig b/arch/arm/mach-kirkwood/Kconfig
> index 45cc932636..b19ed2c6b3 100644
> --- a/arch/arm/mach-kirkwood/Kconfig
> +++ b/arch/arm/mach-kirkwood/Kconfig
> @@ -15,6 +15,7 @@ config SHEEVA_88SV131
>   config KIRKWOOD_COMMON
>   	bool
>   	select DM_SERIAL
> +	select SYS_NS16550
>   
>   config HAS_CUSTOM_SYS_INIT_SP_ADDR
>           bool "Use a custom location for the initial stack pointer address"

Viele Grüße,
Stefan Roese

-- 
DENX Software Engineering GmbH,      Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de


More information about the U-Boot mailing list