[PATCH] arm: mvebu: Select SPL_SKIP_LOWLEVEL_INIT on ARMADA_32BIT

Stefan Roese sr at denx.de
Fri Oct 8 11:22:27 CEST 2021


On 03.10.21 11:53, Stefan Roese wrote:
> Select SPL_SKIP_LOWLEVEL_INIT on 32bit Armada platforms via Kconfig,
> as this was removed from mach/config.h in a2ac2b96 ("Convert
> CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig").
> 
> Signed-off-by: Stefan Roese <sr at denx.de>
> Fixes: a2ac2b96 ("Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig")
> Cc: Tom Rini <trini at konsulko.com>
> Cc: Marek Behún <kabel at kernel.org>
> Cc: Pali Rohár <pali at kernel.org>

Applied to u-boot-marvell/master

Thanks,
Stefan

> ---
>   arch/arm/mach-mvebu/Kconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig
> index 087643725e85..54dff9986b41 100644
> --- a/arch/arm/mach-mvebu/Kconfig
> +++ b/arch/arm/mach-mvebu/Kconfig
> @@ -11,6 +11,7 @@ config ARMADA_32BIT
>   	select SPL_DM if SPL
>   	select SPL_DM_SEQ_ALIAS if SPL
>   	select SPL_OF_CONTROL if SPL
> +	select SPL_SKIP_LOWLEVEL_INIT
>   	select SPL_SIMPLE_BUS if SPL
>   	select SUPPORT_SPL
>   	select TRANSLATION_OFFSET
> 


Viele Grüße,
Stefan

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
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