]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - arch/arc/Kconfig
CONFIG_SPL_SYS_[DI]CACHE_OFF: add
[thirdparty/u-boot.git] / arch / arc / Kconfig
index 240d3bbedc02c357415d396571cfa478488aeb33..0cb97207db4c082a64633486e2a45edb208c6014 100644 (file)
@@ -114,12 +114,26 @@ config SYS_ICACHE_OFF
        help
          Do not enable instruction cache in U-Boot.
 
+config SPL_SYS_ICACHE_OFF
+       bool "Do not enable icache in SPL"
+       depends on SPL
+       default SYS_ICACHE_OFF
+       help
+         Do not enable instruction cache in SPL.
+
 config SYS_DCACHE_OFF
        bool "Do not enable dcache"
        default n
        help
          Do not enable data cache in U-Boot.
 
+config SPL_SYS_DCACHE_OFF
+       bool "Do not enable dcache in SPL"
+       depends on SPL
+       default SYS_DCACHE_OFF
+       help
+         Do not enable data cache in SPL.
+
 menuconfig ARC_DBG
        bool "ARC debugging"
        default n