aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s5pc1xx/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s5pc1xx/cache.c')
-rw-r--r--arch/arm/mach-s5pc1xx/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pc1xx/cache.c b/arch/arm/mach-s5pc1xx/cache.c
index 12c9d7c..0b879b5 100644
--- a/arch/arm/mach-s5pc1xx/cache.c
+++ b/arch/arm/mach-s5pc1xx/cache.c
@@ -9,7 +9,7 @@
#include <common.h>
-#ifndef CONFIG_SYS_DCACHE_OFF
+#if !CONFIG_IS_ENABLED(SYS_DCACHE_OFF)
void enable_caches(void)
{
dcache_enable();