]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arc/lib/cpu.c
arc: significant cache rework
[karo-tx-uboot.git] / arch / arc / lib / cpu.c
index 3c930bcbebd929a2546a74b2939ac5603160a2c1..4e4dd74db3d7e1ef9734ae95b28ba607150c8f6d 100644 (file)
@@ -23,6 +23,8 @@ int arch_cpu_init(void)
        gd->cpu_clk = CONFIG_SYS_CLK_FREQ;
        gd->ram_size = CONFIG_SYS_SDRAM_SIZE;
 
+       cache_init();
+
        return 0;
 }