]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/mmc/gen_atmel_mci.c
mmc: Implement card detection.
[people/ms/u-boot.git] / drivers / mmc / gen_atmel_mci.c
index f346b244be124e0502a9ec172584f4fccee78c2b..4968c5e4912aa46da6b68884e58fc9edda4375f3 100644 (file)
@@ -337,6 +337,7 @@ int atmel_mci_init(void *regs)
        mmc->send_cmd = mci_send_cmd;
        mmc->set_ios = mci_set_ios;
        mmc->init = mci_init;
+       mmc->getcd = NULL;
 
        /* need to be able to pass these in on a board by board basis */
        mmc->voltages = MMC_VDD_32_33 | MMC_VDD_33_34;