]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/pandora/pandora.c
omap_hsmmc: add driver check for write protection
[people/ms/u-boot.git] / board / pandora / pandora.c
index e2feff8cae7ecfcf38489ccd70e91ce84bcdef21..9ff5dd76641b15fd1a1f127f39846001673a5d59 100644 (file)
@@ -139,6 +139,6 @@ void set_muxconf_regs(void)
 #ifdef CONFIG_GENERIC_MMC
 int board_mmc_init(bd_t *bis)
 {
-       return omap_mmc_init(0, 0, 0, -1);
+       return omap_mmc_init(0, 0, 0, -1, -1);
 }
 #endif