summaryrefslogtreecommitdiff
path: root/include/configs/cm_t35.h
diff options
context:
space:
mode:
authorIgor Grinberg <grinberg@compulab.co.il>2011-04-18 17:52:31 -0400
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-04-27 19:38:07 +0200
commit13009e3f28d6022972463a7a1b0862c94efc5f6a (patch)
tree2edca140e6d3322bda31e124f6ad8b7a125a5437 /include/configs/cm_t35.h
parenteec70c2ddabb819b3c6d44a23135ab142987819f (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 'include/configs/cm_t35.h')
-rw-r--r--include/configs/cm_t35.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h
index 5624abd9a7..3692810f5d 100644
--- a/include/configs/cm_t35.h
+++ b/include/configs/cm_t35.h
@@ -110,9 +110,8 @@
#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_OMAP_HSMMC 1
+#define CONFIG_OMAP3_MMC 1
#define CONFIG_DOS_PARTITION 1
/* DDR - I use Micron DDR */