]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/blobdiff - arch/arm/mach-tegra/common.c
ARM: tegra: Implement 6395/1 for Tegra
[can-eth-gw-linux.git] / arch / arm / mach-tegra / common.c
index 89d3ebc06eb352ff3e01b785ba9ff7b348d7657e..3e03e5f15c146cbbe96134fa549724c21a648672 100644 (file)
@@ -121,7 +121,7 @@ static void __init tegra_init_cache(void)
 
        cache_type = readl(p + L2X0_CACHE_TYPE);
        aux_ctrl = (cache_type & 0x700) << (17-8);
-       aux_ctrl |= 0x7C000001;
+       aux_ctrl |= 0x7C400001;
 
        l2x0_of_init(aux_ctrl, 0x8200c3fe);
 #endif