]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - arch/arm/mach-exynos/soc.c
CONFIG_SPL_SYS_[DI]CACHE_OFF: add
[thirdparty/u-boot.git] / arch / arm / mach-exynos / soc.c
index 589e16c5ad6f6a9be677313a3a29619c38ac0f42..2ae9a43b4e8d20d6e67c924f9b87493fb8d03335 100644 (file)
@@ -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 */