]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm1136/start.S
armv7: rename cache related CONFIG flags
[karo-tx-uboot.git] / arch / arm / cpu / arm1136 / start.S
index 3c5f3ef5fab1ca6f5bb2bce45070487f7cd302d5..200a80018578242b52a2b3ea463ec704e4295fa8 100644 (file)
@@ -512,10 +512,10 @@ fiq:
        .align 5
 .global arm1136_cache_flush
 arm1136_cache_flush:
-#if !defined(CONFIG_SYS_NO_ICACHE)
+#if !defined(CONFIG_SYS_ICACHE_OFF)
                mcr     p15, 0, r1, c7, c5, 0   @ invalidate I cache
 #endif
-#if !defined(CONFIG_SYS_NO_DCACHE)
+#if !defined(CONFIG_SYS_DCACHE_OFF)
                mcr     p15, 0, r1, c7, c14, 0  @ invalidate D cache
 #endif
                mov     pc, lr                  @ back to caller