]> git.sur5r.net Git - u-boot/blobdiff - drivers/mmc/fsl_esdhc.c
mtd: nand: mxs_nand: move structs into header file
[u-boot] / drivers / mmc / fsl_esdhc.c
index 1a006fa95f20261a31535c88ee97b06eccce1bd8..4528345c676202898a5dc62b773bf9b7aa1f5fac 100644 (file)
@@ -982,7 +982,7 @@ static int esdhc_init_common(struct fsl_esdhc_priv *priv, struct mmc *mmc)
 #endif
 
        /* Set the initial clock speed */
-       mmc_set_clock(mmc, 400000, false);
+       mmc_set_clock(mmc, 400000, MMC_CLK_ENABLE);
 
        /* Disable the BRR and BWR bits in IRQSTAT */
        esdhc_clrbits32(&regs->irqstaten, IRQSTATEN_BRR | IRQSTATEN_BWR);