]> git.sur5r.net Git - u-boot/blobdiff - board/BuR/common/common.c
board/BuR/brxre1: fix MMC boot
[u-boot] / board / BuR / common / common.c
index b1ae079df43bf7e6b963dd9834c517573707247b..e8c64018eb23dbe9250925c9d4a55a8a787bc873 100644 (file)
@@ -687,7 +687,12 @@ int board_eth_init(bd_t *bis)
 #if defined(CONFIG_MMC)
 int board_mmc_init(bd_t *bis)
 {
-       return omap_mmc_init(1, 0, 0, -1, -1);
+       int rc = 0;
+
+       rc |= omap_mmc_init(0, 0, 0, -1, -1);
+       rc |= omap_mmc_init(1, 0, 0, -1, -1);
+
+       return rc;
 }
 #endif
 int overwrite_console(void)