From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Machek Date: Wed, 14 Oct 2015 18:31:44 +0200 Subject: [U-Boot] [PATCH 1/2] pl310: arm: fix up define typo for the share override bit In-Reply-To: <1444661997-23059-1-git-send-email-dinguyen@opensource.altera.com> References: <1444661997-23059-1-git-send-email-dinguyen@opensource.altera.com> Message-ID: <20151014163144.GA1954@amd> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon 2015-10-12 09:59:56, dinguyen at opensource.altera.com wrote: > From: Dinh Nguyen > > s/L310_SHARED_ATT_OVERRIDE_ENABLE/PL310_SHARED_ATT_OVERRIDE_ENABLE > > Signed-off-by: Dinh Nguyen 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