]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
OMAP3: CM-T35: Use generic MMC driver
authorTom Rini <trini@ti.com>
Sun, 4 Sep 2011 01:49:24 +0000 (21:49 -0400)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sun, 4 Sep 2011 09:36:17 +0000 (11:36 +0200)
Switch from the legacy omap3 mmc driver to the new generic omap hsmmc
driver.  This patch is based on the work done for Beagle, etc.

Signed-off-by: Tom Rini <trini@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
board/cm_t35/cm_t35.c
include/configs/cm_t35.h

index f82111bac2f76467574dde335bc5519998167a89..420cd70dee5c800e16924272b0f42fd0c8d6b291 100644 (file)
@@ -313,6 +313,14 @@ void set_muxconf_regs(void)
                cm_t3730_set_muxconf();
 }
 
+#ifdef CONFIG_GENERIC_MMC
+int board_mmc_init(bd_t *bis)
+{
+       omap_mmc_init(0);
+       return 0;
+}
+#endif
+
 /*
  * Routine: setup_net_chip_gmpc
  * Description: Setting up the configuration GPMC registers specific to the
index 16a5f5b1ed7b2c12d183471ff3734da76dcd6883..496a904f2bf1a489b2be4b9d790a9dbcc5c91653 100644 (file)
 #define CONFIG_BAUDRATE                        115200
 #define CONFIG_SYS_BAUDRATE_TABLE      {4800, 9600, 19200, 38400, 57600,\
                                        115200}
+#define CONFIG_GENERIC_MMC             1
 #define CONFIG_MMC                     1
-#define CONFIG_OMAP3_MMC               1
+#define CONFIG_OMAP_HSMMC              1
 #define CONFIG_DOS_PARTITION           1
 
 /* DDR - I use Micron DDR */