]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/tegra-common/ap.c
Tegra: Configure L2 cache control reg properly.
[karo-tx-uboot.git] / arch / arm / cpu / tegra-common / ap.c
index 3f30805edbcd7a990db021df084325571c5bca9c..a739fe2b5e70989532bdf41732a797438c90318c 100644 (file)
@@ -139,11 +139,6 @@ void s_init(void)
 
        enable_scu();
 
-       /* enable SMP mode and FW for CPU0, by writing to Auxiliary Ctl reg */
-       asm volatile(
-               "mrc    p15, 0, r0, c1, c0, 1\n"
-               "orr    r0, r0, #0x41\n"
-               "mcr    p15, 0, r0, c1, c0, 1\n");
-
-       /* FIXME: should have SoC's L2 disabled too? */
+       /* init the cache */
+       config_cache();
 }