imx8m: rename clock to clock_imx8mq
[oweals/u-boot.git] / arch / arm / mach-imx / cache.c
index 75e1f54c6a7d97c19e826a3f14e28576ae335fbf..a60594250335289bc26a401fbe6b6dc377f86a5c 100644 (file)
@@ -37,7 +37,7 @@ static void enable_ca7_smp(void)
        }
 }
 
-#ifndef CONFIG_SYS_DCACHE_OFF
+#if !CONFIG_IS_ENABLED(SYS_DCACHE_OFF)
 void enable_caches(void)
 {
 #if defined(CONFIG_SYS_ARM_CACHE_WRITETHROUGH)