]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/Marvell/guruplug/guruplug.c
kirkwood: fix calls to kirkwood_mpp_conf
[karo-tx-uboot.git] / board / Marvell / guruplug / guruplug.c
index 057c558682675fc09f33d4d4b2652cff73e54776..f5c1c3cfd908318a4405c45cde90eeef3738a7c4 100644 (file)
@@ -96,7 +96,7 @@ int board_early_init_f(void)
                MPP49_GPIO,     /* B_GLED */
                0
        };
-       kirkwood_mpp_conf(kwmpp_config);
+       kirkwood_mpp_conf(kwmpp_config, NULL);
        return 0;
 }