]> git.sur5r.net Git - u-boot/blobdiff - cpu/mips/cache.S
Merge with git://www.denx.de/git/u-boot.git
[u-boot] / cpu / mips / cache.S
index 01fbb2fe3e03d145ff2c83d8f9ee7a8ab5cf12dd..aad76e0afb8316bd262189616a5215b470c6bc47 100644 (file)
@@ -250,10 +250,10 @@ dcache_disable:
 * RETURNS: N/A
 *
 */
-#if defined(CONFIG_INCA_IP)
-# define       CACHE_LOCK_SIZE (CFG_DCACHE_SIZE)
-#elif defined(CONFIG_PURPLE)
+#if defined(CONFIG_PURPLE)
 # define       CACHE_LOCK_SIZE (CFG_DCACHE_SIZE/2)
+#else
+# define       CACHE_LOCK_SIZE (CFG_DCACHE_SIZE)
 #endif
        .globl  mips_cache_lock
        .ent    mips_cache_lock