From: Pavel Machek <pavel@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] pl310: arm: fix up define typo for the share override bit
Date: Wed, 14 Oct 2015 18:31:44 +0200 [thread overview]
Message-ID: <20151014163144.GA1954@amd> (raw)
In-Reply-To: <1444661997-23059-1-git-send-email-dinguyen@opensource.altera.com>
On Mon 2015-10-12 09:59:56, dinguyen at opensource.altera.com wrote:
> From: Dinh Nguyen <dinguyen@opensource.altera.com>
>
> s/L310_SHARED_ATT_OVERRIDE_ENABLE/PL310_SHARED_ATT_OVERRIDE_ENABLE
>
> Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Well, in kernel, pl310 -related registers also have L310 prefix (no
PL), so I'm not sure it was a typo...
Pavel
> index de7650e..18b90b7 100644
> --- a/arch/arm/include/asm/pl310.h
> +++ b/arch/arm/include/asm/pl310.h
> @@ -16,7 +16,7 @@
> #define L2X0_STNDBY_MODE_EN (1 << 0)
> #define L2X0_CTRL_EN 1
>
> -#define L310_SHARED_ATT_OVERRIDE_ENABLE (1 << 22)
> +#define PL310_SHARED_ATT_OVERRIDE_ENABLE (1 << 22)
>
> struct pl310_regs {
> u32 pl310_cache_id;
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
next prev parent reply other threads:[~2015-10-14 16:31 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-12 14:59 [U-Boot] [PATCH 1/2] pl310: arm: fix up define typo for the share override bit dinguyen at opensource.altera.com
2015-10-12 14:59 ` [U-Boot] [PATCH 2/2] arm: socfpga: enable data/inst prefetch and shared override in the L2 dinguyen at opensource.altera.com
2015-10-14 16:32 ` Pavel Machek
2015-10-15 14:32 ` Marek Vasut
2015-10-15 15:04 ` Dinh Nguyen
2015-10-15 18:08 ` Marek Vasut
2015-10-15 18:18 ` Dinh Nguyen
2015-10-15 22:33 ` Marek Vasut
2015-10-14 16:31 ` Pavel Machek [this message]
2015-10-15 15:21 ` [U-Boot] [PATCH 1/2] pl310: arm: fix up define typo for the share override bit Dinh Nguyen
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=20151014163144.GA1954@amd \
--to=pavel@denx.de \
--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.