]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - arch/arm/mach-tegra/board.c
CONFIG_SPL_SYS_[DI]CACHE_OFF: add
[thirdparty/u-boot.git] / arch / arm / mach-tegra / board.c
index f8fc042a1dcc273a1f3967f2073b00f9981cfe30..4e159075d379bdb90aad5253ef2088dc6dfbc5f8 100644 (file)
@@ -226,7 +226,7 @@ U_BOOT_DEVICE(ns16550_com1) = {
 };
 #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 */