aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-mvebu/board-v7.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-mvebu/board-v7.c b/arch/arm/mach-mvebu/board-v7.c
index 594262b27f56..8bb742fdf5ca 100644
--- a/arch/arm/mach-mvebu/board-v7.c
+++ b/arch/arm/mach-mvebu/board-v7.c
@@ -78,7 +78,6 @@ static void __init mvebu_timer_and_clk_init(void)
78 mvebu_scu_enable(); 78 mvebu_scu_enable();
79 coherency_init(); 79 coherency_init();
80 BUG_ON(mvebu_mbus_dt_init(coherency_available())); 80 BUG_ON(mvebu_mbus_dt_init(coherency_available()));
81 l2x0_of_init(0, ~0UL);
82 81
83 if (of_machine_is_compatible("marvell,armada375")) 82 if (of_machine_is_compatible("marvell,armada375"))
84 hook_fault_code(16 + 6, armada_375_external_abort_wa, SIGBUS, 0, 83 hook_fault_code(16 + 6, armada_375_external_abort_wa, SIGBUS, 0,