kirkwood: fix calls to kirkwood_mpp_conf
[pandora-u-boot.git] / board / Marvell / rd6281a / rd6281a.c
index 9c768bf..1fd7677 100644 (file)
@@ -97,7 +97,7 @@ int board_early_init_f(void)
                MPP49_GPIO,
                0
        };
-       kirkwood_mpp_conf(kwmpp_config);
+       kirkwood_mpp_conf(kwmpp_config, NULL);
        return 0;
 }