]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/corscience/tricorder/tricorder.c
omap_hsmmc: add driver check for write protection
[karo-tx-uboot.git] / board / corscience / tricorder / tricorder.c
index 23e15be77045d3b26ede2ac26bc2c18c68b3dffb..5c02eaf2ecf287bfa1e1d39f8588d1799d92fbcc 100644 (file)
@@ -80,7 +80,7 @@ void set_muxconf_regs(void)
 #if defined(CONFIG_GENERIC_MMC) && !(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