nds32: Support AE3XX platform.
[oweals/u-boot.git] / arch / nds32 / cpu / n1213 / ag101 / cpu.c
index 31d72712f3e140aa06e0c4faea3c1946062b0012..9da0b31b4b9447a033c7fc1f13787e5436ea587d 100644 (file)
@@ -31,16 +31,10 @@ int cleanup_before_linux(void)
 {
        disable_interrupts();
 
-#ifdef CONFIG_MMU
        /* turn off I/D-cache */
+       cache_flush();
        icache_disable();
        dcache_disable();
-
-       /* flush I/D-cache */
-       invalidate_icac();
-       invalidate_dcac();
-#endif
-
        return 0;
 }