]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/mmc/mxsmmc.c
mmc: add support for write protection
[people/ms/u-boot.git] / drivers / mmc / mxsmmc.c
index a72f66cc7aa301aa51a0686c4ecc1699bf91042f..a87529dfc5d2deab2ec1fc4191643ace908a1926 100644 (file)
@@ -432,6 +432,7 @@ int mxsmmc_initialize(bd_t *bis, int id, int (*wp)(int), int (*cd)(int))
        mmc->set_ios = mxsmmc_set_ios;
        mmc->init = mxsmmc_init;
        mmc->getcd = NULL;
+       mmc->getwp = NULL;
        mmc->priv = priv;
 
        mmc->voltages = MMC_VDD_32_33 | MMC_VDD_33_34;