]> git.sur5r.net Git - u-boot/blobdiff - lib_blackfin/board.c
Blackfin: convert bfin_sdh to generic mmc
[u-boot] / lib_blackfin / board.c
index ed4e77b4bc02611006f536e288ce788d26a881c8..90da2b43589718399e4eb0470ccbf238e73334f9 100644 (file)
@@ -14,6 +14,7 @@
 #include <stdio_dev.h>
 #include <environment.h>
 #include <malloc.h>
+#include <mmc.h>
 #include <net.h>
 #include <timestamp.h>
 #include <status_led.h>
@@ -340,6 +341,11 @@ void board_init_r(gd_t * id, ulong dest_addr)
        nand_init();            /* go init the NAND */
 #endif
 
+#ifdef CONFIG_GENERIC_MMC
+       puts("MMC:  ");
+       mmc_initialize(bd);
+#endif
+
        /* relocate environment function pointers etc. */
        env_relocate();