]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/Marvell/dreamplug/dreamplug.c
kirkwood: fix calls to kirkwood_mpp_conf
[karo-tx-uboot.git] / board / Marvell / dreamplug / dreamplug.c
index 31b73c98b0345ea861104fe82fe9b6111a48e60f..d6497aaa07e6ff104dbaad34c85a6f5ae0171188 100644 (file)
@@ -99,7 +99,7 @@ int board_early_init_f(void)
                MPP49_GPIO,             /* Wifi AP LED */
                0
        };
-       kirkwood_mpp_conf(kwmpp_config);
+       kirkwood_mpp_conf(kwmpp_config, NULL);
        return 0;
 }