]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/htkw/mcx/mcx.c
omap_hsmmc: add driver check for write protection
[people/ms/u-boot.git] / board / htkw / mcx / mcx.c
index 5cf5bb6c4c7b3aa0e82fb45d1d53b18b0cad14ec..46fa7e4cec15d1bc8edc4f655665447a0ee97865 100644 (file)
@@ -114,7 +114,7 @@ void set_muxconf_regs(void)
 #if defined(CONFIG_OMAP_HSMMC) && !defined(CONFIG_SPL_BUILD)
 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