]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - arch/arm/mach-sunxi/board.c
CONFIG_SPL_SYS_[DI]CACHE_OFF: add
[thirdparty/u-boot.git] / arch / arm / mach-sunxi / board.c
index c6dd7b8e54b05c74c04394064cdb7d6139ec7a03..7f5b633e0125067d5acee73beb7ccc4bf9760756 100644 (file)
@@ -300,7 +300,7 @@ void reset_cpu(ulong addr)
 #endif
 }
 
-#if !defined(CONFIG_SYS_DCACHE_OFF) && !defined(CONFIG_ARM64)
+#if !CONFIG_IS_ENABLED(SYS_DCACHE_OFF) && !defined(CONFIG_ARM64)
 void enable_caches(void)
 {
        /* Enable D-cache. I-cache is already enabled in start.S */