diff options
author | Igor Grinberg | 2011-04-18 17:52:31 -0400 |
---|---|---|
committer | Albert ARIBAUD | 2011-04-27 19:38:07 +0200 |
commit | 13009e3f28d6022972463a7a1b0862c94efc5f6a (patch) | |
tree | 2edca140e6d3322bda31e124f6ad8b7a125a5437 /board/cm_t35/cm_t35.c | |
parent | eec70c2ddabb819b3c6d44a23135ab142987819f (diff) |
OMAP3: CM-T35: fix mmc
Use CONFIG_OMAP3_MMC in cm-t35 configuration file.
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'board/cm_t35/cm_t35.c')
-rw-r--r-- | board/cm_t35/cm_t35.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/board/cm_t35/cm_t35.c b/board/cm_t35/cm_t35.c index 3b6f7ef7a43..23efacc2faf 100644 --- a/board/cm_t35/cm_t35.c +++ b/board/cm_t35/cm_t35.c @@ -272,13 +272,6 @@ void set_muxconf_regs(void) MUX_VAL(CP(MMC1_DAT7), (IEN | PTU | EN | M0)); /*MMC1_DAT7*/ } -#ifdef CONFIG_GENERIC_MMC -int board_mmc_init(bd_t *bis) -{ - return omap_mmc_init(0); -} -#endif - /* * Routine: setup_net_chip_gmpc * Description: Setting up the configuration GPMC registers specific to the |