]> git.sur5r.net Git - u-boot/commit
arm: v7: Kconfig: Introduce SYS_ARM_CACHE_CP15
authorLokesh Vutla <lokeshvutla@ti.com>
Thu, 26 Apr 2018 12:51:28 +0000 (18:21 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 7 May 2018 19:53:28 +0000 (15:53 -0400)
commitf4bcd767bdc0925528e66974af7575a5796aaab7
treeb436d3fd8ee25efa3c9b704076c141d7b8899927
parent7240b80ee03ef712070d985cc9ed7b6c54e5764f
arm: v7: Kconfig: Introduce SYS_ARM_CACHE_CP15

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

Tested-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
arch/arm/Kconfig
arch/arm/lib/Makefile