diff options
author | Lei Wen <leiwen@marvell.com> | 2011-10-03 20:33:41 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-10-27 21:56:37 +0200 |
commit | 3d90a2adcb1c240c9ef9e9088a4d49a40a3c9504 (patch) | |
tree | dcd7dd00b6fda54e8c7fa9e61f95107bdee2ff9b /arch/arm/include/asm/arch-pantheon/config.h | |
parent | 23365af0992e939b12b85050212b44b7dfae3d39 (diff) | |
download | u-boot-imx-3d90a2adcb1c240c9ef9e9088a4d49a40a3c9504.zip u-boot-imx-3d90a2adcb1c240c9ef9e9088a4d49a40a3c9504.tar.gz u-boot-imx-3d90a2adcb1c240c9ef9e9088a4d49a40a3c9504.tar.bz2 |
ARM: pantheon: add mmc definition
Signed-off-by: Lei Wen <leiwen@marvell.com>
Diffstat (limited to 'arch/arm/include/asm/arch-pantheon/config.h')
-rw-r--r-- | arch/arm/include/asm/arch-pantheon/config.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-pantheon/config.h b/arch/arm/include/asm/arch-pantheon/config.h index fd23c97..d10583d 100644 --- a/arch/arm/include/asm/arch-pantheon/config.h +++ b/arch/arm/include/asm/arch-pantheon/config.h @@ -47,4 +47,22 @@ #define CONFIG_SYS_I2C_SLAVE 0xfe #endif +/* + * MMC definition + */ +#ifdef CONFIG_CMD_MMC +#define CONFIG_CMD_FAT 1 +#define CONFIG_MMC 1 +#define CONFIG_GENERIC_MMC 1 +#define CONFIG_SDHCI 1 +#define CONFIG_MMC_SDHCI_IO_ACCESSORS 1 +#define CONFIG_SYS_MMC_MAX_BLK_COUNT 0x1000 +#define CONFIG_MMC_SDMA 1 +#define CONFIG_MV_SDHCI 1 +#define CONFIG_DOS_PARTITION 1 +#define CONFIG_EFI_PARTITION 1 +#define CONFIG_SYS_MMC_NUM 2 +#define CONFIG_SYS_MMC_BASE {0xD4280000, 0xd4281000} +#endif + #endif /* _PANTHEON_CONFIG_H */ |