diff options
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 |