summaryrefslogtreecommitdiff
path: root/arch/arm/lib
diff options
context:
space:
mode:
authorVikas Manocha <vikas.manocha@st.com>2017-03-27 20:02:44 (GMT)
committerTom Rini <trini@konsulko.com>2017-04-08 13:26:50 (GMT)
commitbf4d0495d2abe0bf0f0dc05bd519ce1bc749f5f4 (patch)
treef3dadfe95590fb4986bc92212a9301cb3b2d73c3 /arch/arm/lib
parent3f66149d9fb41527ed70a8e0613489e95391b0ff (diff)
downloadu-boot-fsl-qoriq-bf4d0495d2abe0bf0f0dc05bd519ce1bc749f5f4.tar.xz
armv7m: add instruction & data cache support
This patch adds armv7m instruction & data cache support. Signed-off-by: Vikas Manocha <vikas.manocha@st.com> cc: Christophe KERELLO <christophe.kerello@st.com>
Diffstat (limited to 'arch/arm/lib')
-rw-r--r--arch/arm/lib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile
index b95e105..6e96cfb 100644
--- a/arch/arm/lib/Makefile
+++ b/arch/arm/lib/Makefile
@@ -55,8 +55,10 @@ endif
obj-y += cache.o
ifndef CONFIG_ARM64
+ifndef CONFIG_CPU_V7M
obj-y += cache-cp15.o
endif
+endif
obj-y += psci-dt.o