X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2FMarvell%2Fsheevaplug%2Fsheevaplug.c;h=688d3086d4d3f3296b82e4e45a464788f2f92619;hb=d978780b2e676c005460cd561f4f15b5220bdf49;hp=173a7b809df33f9b2072e5d9e43597f30548db9a;hpb=6ca803750e1e08fce26e508f1c35170bf9259bb4;p=u-boot diff --git a/board/Marvell/sheevaplug/sheevaplug.c b/board/Marvell/sheevaplug/sheevaplug.c index 173a7b809d..688d3086d4 100644 --- a/board/Marvell/sheevaplug/sheevaplug.c +++ b/board/Marvell/sheevaplug/sheevaplug.c @@ -24,13 +24,14 @@ #include #include +#include #include #include #include "sheevaplug.h" DECLARE_GLOBAL_DATA_PTR; -int board_init(void) +int board_early_init_f(void) { /* * default gpio configuration @@ -95,8 +96,12 @@ int board_init(void) MPP49_GPIO, 0 }; - kirkwood_mpp_conf(kwmpp_config); + kirkwood_mpp_conf(kwmpp_config, NULL); + return 0; +} +int board_init(void) +{ /* * arch number of board */