summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2011-09-03 21:51:00 -0400
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-09-04 11:36:17 +0200
commitcfc4384c840ae76ee4a2f9080daa8bd3b9013155 (patch)
tree9b087ca884c511c22587b1c4d134b404c9b48b1b /include
parentd6906cb812fe3264339a62874d4463b2e1d3f902 (diff)
downloadblackbird-obmc-uboot-cfc4384c840ae76ee4a2f9080daa8bd3b9013155.tar.gz
blackbird-obmc-uboot-cfc4384c840ae76ee4a2f9080daa8bd3b9013155.zip
OMAP3: Zoom2: 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')
-rw-r--r--include/configs/omap3_zoom2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/omap3_zoom2.h b/include/configs/omap3_zoom2.h
index 71330370dd..8de3d317f0 100644
--- a/include/configs/omap3_zoom2.h
+++ b/include/configs/omap3_zoom2.h
@@ -95,8 +95,9 @@
/* allow to overwrite serial and ethaddr */
#define CONFIG_ENV_OVERWRITE
+#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 */
OpenPOWER on IntegriCloud