aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap4-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/omap4-common.c')
-rw-r--r--arch/arm/mach-omap2/omap4-common.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/omap4-common.c b/arch/arm/mach-omap2/omap4-common.c
index 44472b7469c5..9ce52548a484 100644
--- a/arch/arm/mach-omap2/omap4-common.c
+++ b/arch/arm/mach-omap2/omap4-common.c
@@ -222,11 +222,6 @@ static int __init omap_l2_cache_init(void)
222 L310_AUX_CTRL_DATA_PREFETCH | 222 L310_AUX_CTRL_DATA_PREFETCH |
223 L310_AUX_CTRL_INSTR_PREFETCH; 223 L310_AUX_CTRL_INSTR_PREFETCH;
224 224
225 omap_smc1(0x109, aux_ctrl);
226
227 /* Enable PL310 L2 Cache controller */
228 omap_smc1(0x102, 0x1);
229
230 outer_cache.write_sec = omap4_l2c310_write_sec; 225 outer_cache.write_sec = omap4_l2c310_write_sec;
231 if (of_have_populated_dt()) 226 if (of_have_populated_dt())
232 l2x0_of_init(aux_ctrl, L2X0_AUX_CTRL_MASK); 227 l2x0_of_init(aux_ctrl, L2X0_AUX_CTRL_MASK);