]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv8/start.S
armv8/cache: Flush D-cache, invalidate I-cache for relocation
[karo-tx-uboot.git] / arch / arm / cpu / armv8 / start.S
index 90daa4d2fd8cd3f2e1b14fd96cca8d414e4df0e0..e70c51d43d86fef80d86781c6363e14ad92bf5f9 100644 (file)
@@ -122,12 +122,6 @@ ENDPROC(lowlevel_init)
 /*-----------------------------------------------------------------------*/
 
 ENTRY(c_runtime_cpu_setup)
-       /* If I-cache is enabled invalidate it */
-#ifndef CONFIG_SYS_ICACHE_OFF
-       ic      iallu                   /* I+BTB cache invalidate */
-       isb     sy
-#endif
-
        /* Relocate vBAR */
        adr     x0, vectors
        switch_el x1, 3f, 2f, 1f