All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Pali Rohár" <pali@kernel.org>
To: Stefan Roese <sr@denx.de>
Cc: u-boot@lists.denx.de, "Tom Rini" <trini@konsulko.com>,
	"Marek Behún" <kabel@kernel.org>
Subject: Re: [PATCH] arm: mvebu: Select SPL_SKIP_LOWLEVEL_INIT on ARMADA_32BIT
Date: Mon, 4 Oct 2021 10:32:39 +0200	[thread overview]
Message-ID: <20211004083239.lvqo4rfqvaberawa@pali> (raw)
In-Reply-To: <20211003095345.1369927-1-sr@denx.de>

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
> 

  reply	other threads:[~2021-10-04  8:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2021-10-08  9:22 ` Stefan Roese

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211004083239.lvqo4rfqvaberawa@pali \
    --to=pali@kernel.org \
    --cc=kabel@kernel.org \
    --cc=sr@denx.de \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.