]> git.sur5r.net Git - u-boot/blobdiff - board/ti/sdp3430/sdp.c
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / board / ti / sdp3430 / sdp.c
index 9a1c0121452e79c910f039399589815181d112b9..052efc589f259647c386e6dd030f4a0288f3a63e 100644 (file)
@@ -209,7 +209,6 @@ void set_muxconf_regs(void)
 #ifdef CONFIG_GENERIC_MMC
 int board_mmc_init(bd_t *bis)
 {
-       omap_mmc_init(0, 0, 0);
-       return 0;
+       return omap_mmc_init(0, 0, 0, -1, -1);
 }
 #endif