All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick DELAUNAY <patrick.delaunay@st.com>
To: u-boot@lists.denx.de
Subject: [PATCH] configs: migrate CONFIG_SYS_ARM_CACHE_* in Kconfig
Date: Thu, 9 Apr 2020 16:07:48 +0000	[thread overview]
Message-ID: <1586448468096.19517@st.com> (raw)
In-Reply-To: <6aceec88-f20b-8fd4-3622-87d7be716b6d@denx.de>

Dear Marek

> From: Marek Vasut <marex@denx.de>
> Sent: jeudi 9 avril 2020 12:47
> 
> On 4/9/20 12:42 PM, Patrick Delaunay wrote:
> 
> [...]
> 
> > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index
> > bbb1e2738b..4845a23993 100644
> > --- a/arch/arm/Kconfig
> > +++ b/arch/arm/Kconfig
> > @@ -340,6 +340,33 @@ config SYS_CACHELINE_SIZE
> >  	default 64 if SYS_CACHE_SHIFT_6
> >  	default 32 if SYS_CACHE_SHIFT_5
> >
> > +choice
> > +	prompt "Select the ARM data write cache policy"
> > +	default SYS_ARM_CACHE_WRITETHROUGH if TARGET_BCMCYGNUS
> ||
> > +TARGET_BCMNSP
> 
> || TARGET is PXA || TARGET is renesas RZA1 , and then you don't need the
> defconfig hacks below :)

Thanks for review, 

I will it in V2

+	default SYS_ARM_CACHE_WRITETHROUGH if TARGET_BCMCYGNUS || \
+					      TARGET_BCMNSP || CPU_PXA || RZA1


Regards
Patrick

      reply	other threads:[~2020-04-09 16:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-09 10:42 [PATCH] configs: migrate CONFIG_SYS_ARM_CACHE_* in Kconfig Patrick Delaunay
2020-04-09 10:46 ` Marek Vasut
2020-04-09 16:07   ` Patrick DELAUNAY [this message]

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=1586448468096.19517@st.com \
    --to=patrick.delaunay@st.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.