ARM: realview: fix sparsemem build
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-mv78xx0 / common.c
index 749a7f8c4992e9746cccad78c0f4ee8d41553f20..4722c98dc1bb1f0495ea769d4d89aec679c84c7a 100644 (file)
@@ -337,11 +337,11 @@ void __init mv78xx0_init_early(void)
        if (mv78xx0_core_index() == 0)
                mvebu_mbus_init("marvell,mv78xx0-mbus",
                                BRIDGE_WINS_CPU0_BASE, BRIDGE_WINS_SZ,
-                               DDR_WINDOW_CPU0_BASE, DDR_WINDOW_CPU_SZ);
+                               DDR_WINDOW_CPU0_BASE, DDR_WINDOW_CPU_SZ, 0);
        else
                mvebu_mbus_init("marvell,mv78xx0-mbus",
                                BRIDGE_WINS_CPU1_BASE, BRIDGE_WINS_SZ,
-                               DDR_WINDOW_CPU1_BASE, DDR_WINDOW_CPU_SZ);
+                               DDR_WINDOW_CPU1_BASE, DDR_WINDOW_CPU_SZ, 0);
 }
 
 void __init_refok mv78xx0_timer_init(void)