diff options
author | Matt Waddel <matt.waddel@linaro.org> | 2011-04-16 11:54:08 (GMT) |
---|---|---|
committer | Andy Fleming <afleming@freescale.com> | 2011-04-29 08:20:01 (GMT) |
commit | f0c64526b7e51ba997a0f1baf9e74e6d497b957e (patch) | |
tree | 2f7436b53d93b54e1d7342a22b4ab6c5483e86a7 /include/configs | |
parent | 23b93e1d66e19a3e23ac2dadff9a3135744bcd29 (diff) | |
download | u-boot-fsl-qoriq-f0c64526b7e51ba997a0f1baf9e74e6d497b957e.tar.xz |
ARMV7: Vexpress: Add MMC support
Added the board specific definitions to use the MMCI device.
Signed-off-by: Matt Waddel <matt.waddel@linaro.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/ca9x4_ct_vxp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/ca9x4_ct_vxp.h b/include/configs/ca9x4_ct_vxp.h index 2a87a79..c6fac32 100644 --- a/include/configs/ca9x4_ct_vxp.h +++ b/include/configs/ca9x4_ct_vxp.h @@ -87,6 +87,10 @@ #define CONFIG_MMC 1 #define CONFIG_CMD_MMC #define CONFIG_GENERIC_MMC +#define CONFIG_ARM_PL180_MMCI +#define CONFIG_ARM_PL180_MMCI_BASE 0x10005000 +#define CONFIG_SYS_MMC_MAX_BLK_COUNT 127 +#define CONFIG_ARM_PL180_MMCI_CLOCK_FREQ 6250000 /* BOOTP options */ #define CONFIG_BOOTP_BOOTFILESIZE |