Re: [U-Boot] [PATCH 4/7] arm: v7: Kconfig: Introduce SYS_ARM_CACHE_CP15

2018-04-25 Thread Tom Rini
On Wed, Apr 25, 2018 at 02:44:36PM +0530, Lokesh Vutla wrote: > Certain ARM architectures like ARMv7-A, ARMv7-R has support for > enabling caches using CP15 registers. To have a common support > for all these architectures, introduce a Kconfig symbol > SYS_ARM_CACHE_CP15 that selects cache-cp15.c

[U-Boot] [PATCH 4/7] arm: v7: Kconfig: Introduce SYS_ARM_CACHE_CP15

2018-04-25 Thread Lokesh Vutla
Certain ARM architectures like ARMv7-A, ARMv7-R has support for enabling caches using CP15 registers. To have a common support for all these architectures, introduce a Kconfig symbol SYS_ARM_CACHE_CP15 that selects cache-cp15.c Signed-off-by: Lokesh Vutla --- arch/arm/Kconfig | 7 +++ a