]> git.baikalelectronics.ru Git - uboot.git/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)
commit5b677d9cd58e042afad1116c84b032dee62fd2b2
treeb436d3fd8ee25efa3c9b704076c141d7b8899927
parent329c25f0a8195c3ecff57a647ed7b2fa0e607800
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