]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - include/configs/mx7ulp_evk.h
CONFIG_SPL_SYS_[DI]CACHE_OFF: add
[thirdparty/u-boot.git] / include / configs / mx7ulp_evk.h
index 5bd63929735ebfa82383ff23e0a6f96fd10f449c..2af5a4fe3e613abce5118fea8651a05b2115acca 100644 (file)
 #define CONFIG_SYS_INIT_SP_ADDR \
        (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
 
-#ifndef CONFIG_SYS_DCACHE_OFF
+#if !CONFIG_IS_ENABLED(SYS_DCACHE_OFF)
 #define CONFIG_CMD_CACHE
 #endif