summaryrefslogtreecommitdiffstats
path: root/include/configs/omap3_sdp3430.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2011-09-03 21:52:21 -0400
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-09-04 11:36:18 +0200
commit7cc862be8562667bde6159b6fb84858e3ddddc5a (patch)
treea0ec0785042ef791cf2c35bd7effd60ee7bc987b /include/configs/omap3_sdp3430.h
parenta5a8821c47fa767d8946b3ace461c6f0cd285522 (diff)
downloadtalos-obmc-uboot-7cc862be8562667bde6159b6fb84858e3ddddc5a.tar.gz
talos-obmc-uboot-7cc862be8562667bde6159b6fb84858e3ddddc5a.zip
TI OMAP3 SDP3430: Use generic MMC driver
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>
Diffstat (limited to 'include/configs/omap3_sdp3430.h')
-rw-r--r--include/configs/omap3_sdp3430.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/omap3_sdp3430.h b/include/configs/omap3_sdp3430.h
index a47cb6bbc4..6a826ba69b 100644
--- a/include/configs/omap3_sdp3430.h
+++ b/include/configs/omap3_sdp3430.h
@@ -189,8 +189,9 @@
*/
#if defined(CONFIG_CMD_MMC)
+#define CONFIG_GENERIC_MMC 1
#define CONFIG_MMC 1
-#define CONFIG_OMAP3_MMC 1
+#define CONFIG_OMAP_HSMMC 1
#define CONFIG_DOS_PARTITION 1
#endif
OpenPOWER on IntegriCloud