diff options
| author | Igor Grinberg <[email protected]> | 2011-04-18 17:52:31 -0400 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2011-04-27 19:38:07 +0200 |
| commit | 13009e3f28d6022972463a7a1b0862c94efc5f6a (patch) | |
| tree | 2edca140e6d3322bda31e124f6ad8b7a125a5437 /include | |
| parent | eec70c2ddabb819b3c6d44a23135ab142987819f (diff) | |
OMAP3: CM-T35: fix mmc
Use CONFIG_OMAP3_MMC in cm-t35 configuration file.
Signed-off-by: Igor Grinberg <[email protected]>
Signed-off-by: Sandeep Paulraj <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/cm_t35.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h index 5624abd9a74..3692810f5d2 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 */ |
