]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/Marvell/sheevaplug/sheevaplug.c
kirkwood: fix calls to kirkwood_mpp_conf
[karo-tx-uboot.git] / board / Marvell / sheevaplug / sheevaplug.c
index 71e679309863c6fc4467155ff3a6775e8818825e..688d3086d4d3f3296b82e4e45a464788f2f92619 100644 (file)
@@ -96,7 +96,7 @@ int board_early_init_f(void)
                MPP49_GPIO,
                0
        };
-       kirkwood_mpp_conf(kwmpp_config);
+       kirkwood_mpp_conf(kwmpp_config, NULL);
        return 0;
 }