]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/arm1176/cpu.c
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
[u-boot] / arch / arm / cpu / arm1176 / cpu.c
index 532a90b546f838dbc6df1e8491f6f7749c3c401d..c0fd114e16305fab9f5f5f9aa688b5396ad9efd4 100644 (file)
@@ -65,10 +65,3 @@ static void cache_flush (void)
        /* mem barrier to sync things */
        asm ("mcr p15, 0, %0, c7, c10, 4": :"r" (0));
 }
-
-int arch_cpu_init(void)
-{
-       icache_enable();
-
-       return 0;
-}