diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2011-08-28 06:30:40 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-11-15 22:24:50 +0100 |
commit | 5d877f42126027fbb7d5e3d9491ffd7a93627359 (patch) | |
tree | d5bd13824408bd08311f6e1555ac8af3912bbf8a /include/configs/vpac270.h | |
parent | 237ce0fe97f9d4206011fcb9f509e50fef4ef2f0 (diff) | |
download | u-boot-imx-5d877f42126027fbb7d5e3d9491ffd7a93627359.zip u-boot-imx-5d877f42126027fbb7d5e3d9491ffd7a93627359.tar.gz u-boot-imx-5d877f42126027fbb7d5e3d9491ffd7a93627359.tar.bz2 |
PXA: vpac270: Enable the new generic MMC driver
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Diffstat (limited to 'include/configs/vpac270.h')
-rw-r--r-- | include/configs/vpac270.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/vpac270.h b/include/configs/vpac270.h index 9db4d99..dd68c66 100644 --- a/include/configs/vpac270.h +++ b/include/configs/vpac270.h @@ -107,7 +107,8 @@ */ #ifdef CONFIG_CMD_MMC #define CONFIG_MMC -#define CONFIG_PXA_MMC +#define CONFIG_GENERIC_MMC +#define CONFIG_PXA_MMC_GENERIC #define CONFIG_SYS_MMC_BASE 0xF0000000 #define CONFIG_CMD_FAT #define CONFIG_CMD_EXT2 |