]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/Seagate/dockstar/dockstar.c
kirkwood: fix calls to kirkwood_mpp_conf
[karo-tx-uboot.git] / board / Seagate / dockstar / dockstar.c
index 38473e580883c598315de86591f4c0471766a941..fc88520b2d15eea8d852a8db47392075c885d6f2 100644 (file)
@@ -100,7 +100,7 @@ int board_early_init_f(void)
                MPP49_GPIO,
                0
        };
-       kirkwood_mpp_conf(kwmpp_config);
+       kirkwood_mpp_conf(kwmpp_config, NULL);
        return 0;
 }