[U-Boot] [PATCH 1/2] pl310: arm: fix up define typo for the share override bit

Pavel Machek pavel at denx.de
Wed Oct 14 18:31:44 CEST 2015


On Mon 2015-10-12 09:59:56, dinguyen at opensource.altera.com wrote:
> From: Dinh Nguyen <dinguyen at opensource.altera.com>
> 
> s/L310_SHARED_ATT_OVERRIDE_ENABLE/PL310_SHARED_ATT_OVERRIDE_ENABLE
> 
> Signed-off-by: Dinh Nguyen <dinguyen at 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


More information about the U-Boot mailing list