]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/LaCie/netspace_v2/netspace_v2.c
kirkwood: fix calls to kirkwood_mpp_conf
[karo-tx-uboot.git] / board / LaCie / netspace_v2 / netspace_v2.c
index fbf020fde11b4b89f391f4af43ed75e12d7e7cf3..704005f9f1ee0af6a4e4ade387067f8a2522b92a 100644 (file)
@@ -73,7 +73,7 @@ int board_early_init_f(void)
                MPP33_GPIO,             /* Fan speed (bit 2) */
                0
        };
-       kirkwood_mpp_conf(kwmpp_config);
+       kirkwood_mpp_conf(kwmpp_config, NULL);
 
        return 0;
 }