All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: mvebu: Select SPL_SKIP_LOWLEVEL_INIT on ARMADA_32BIT
@ 2021-10-03  9:53 Stefan Roese
  2021-10-04  8:32 ` Pali Rohár
  2021-10-08  9:22 ` Stefan Roese
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Roese @ 2021-10-03  9:53 UTC (permalink / raw)
  To: u-boot; +Cc: Tom Rini, Marek Behún, Pali Rohár

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@denx.de>
Fixes: a2ac2b96 ("Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig")
Cc: Tom Rini <trini@konsulko.com>
Cc: Marek Behún <kabel@kernel.org>
Cc: Pali Rohár <pali@kernel.org>
---
 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
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm: mvebu: Select SPL_SKIP_LOWLEVEL_INIT on ARMADA_32BIT
  2021-10-03  9:53 [PATCH] arm: mvebu: Select SPL_SKIP_LOWLEVEL_INIT on ARMADA_32BIT Stefan Roese
@ 2021-10-04  8:32 ` Pali Rohár
  2021-10-08  9:22 ` Stefan Roese
  1 sibling, 0 replies; 3+ messages in thread
From: Pali Rohár @ 2021-10-04  8:32 UTC (permalink / raw)
  To: Stefan Roese; +Cc: u-boot, Tom Rini, Marek Behún

On Sunday 03 October 2021 11:53:45 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@denx.de>
> Fixes: a2ac2b96 ("Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig")
> Cc: Tom Rini <trini@konsulko.com>
> Cc: Marek Behún <kabel@kernel.org>
> Cc: Pali Rohár <pali@kernel.org>

A385 is working fine with and also without this patch on next branch
(commit e17cbdd050f7127737988997f4a01583b34f7c96)

Tested-by: Pali Rohár <pali@kernel.org>

> ---
>  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
> -- 
> 2.33.0
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm: mvebu: Select SPL_SKIP_LOWLEVEL_INIT on ARMADA_32BIT
  2021-10-03  9:53 [PATCH] arm: mvebu: Select SPL_SKIP_LOWLEVEL_INIT on ARMADA_32BIT Stefan Roese
  2021-10-04  8:32 ` Pali Rohár
@ 2021-10-08  9:22 ` Stefan Roese
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2021-10-08  9:22 UTC (permalink / raw)
  To: u-boot; +Cc: Tom Rini, Marek Behún, Pali Rohár

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@denx.de>
> Fixes: a2ac2b96 ("Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig")
> Cc: Tom Rini <trini@konsulko.com>
> Cc: Marek Behún <kabel@kernel.org>
> Cc: Pali Rohár <pali@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@denx.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-08  9:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-03  9:53 [PATCH] arm: mvebu: Select SPL_SKIP_LOWLEVEL_INIT on ARMADA_32BIT Stefan Roese
2021-10-04  8:32 ` Pali Rohár
2021-10-08  9:22 ` Stefan Roese

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.