mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMC
[platform/kernel/u-boot.git] / board / ti / sdp4430 / sdp.c
index 0eb60e4..bc8d32f 100644 (file)
@@ -73,7 +73,7 @@ void set_muxconf_regs(void)
                                 sizeof(struct pad_conf_entry));
 }
 
-#if defined(CONFIG_GENERIC_MMC)
+#if defined(CONFIG_MMC)
 int board_mmc_init(bd_t *bis)
 {
        omap_mmc_init(0, 0, 0, -1, -1);