summaryrefslogtreecommitdiff
path: root/arch/arm/mach-exynos/soc.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-exynos/soc.c')
-rw-r--r--arch/arm/mach-exynos/soc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/soc.c b/arch/arm/mach-exynos/soc.c
index 589e16c5ad..2ae9a43b4e 100644
--- a/arch/arm/mach-exynos/soc.c
+++ b/arch/arm/mach-exynos/soc.c
@@ -25,7 +25,7 @@ void reset_cpu(ulong addr)
#endif
}
-#ifndef CONFIG_SYS_DCACHE_OFF
+#if !CONFIG_IS_ENABLED(SYS_DCACHE_OFF)
void enable_caches(void)
{
/* Enable D-cache. I-cache is already enabled in start.S */