X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fpxa255_idp%2Fpxa_idp.c;h=9931efdc08465b0c589000244e14dd4ec4512617;hb=f15932692669a61c66f49cf8fbf2add194c15df9;hp=877e8d9b2a8d5a467dccb6120f54f43d849ab551;hpb=1086c5d6f8541460f0f10e4a302d8aac27e0e6e0;p=oweals%2Fu-boot.git diff --git a/board/pxa255_idp/pxa_idp.c b/board/pxa255_idp/pxa_idp.c index 877e8d9b2a..9931efdc08 100644 --- a/board/pxa255_idp/pxa_idp.c +++ b/board/pxa255_idp/pxa_idp.c @@ -35,6 +35,7 @@ #include #include #include +#include DECLARE_GLOBAL_DATA_PTR; @@ -77,6 +78,14 @@ int board_init (void) return 0; } +#ifdef CONFIG_CMD_MMC +int board_mmc_init(bd_t *bis) +{ + pxa_mmc_register(0); + return 0; +} +#endif + int board_late_init(void) { setenv("stdout", "serial");