u8500: Separating mmc config parameters from driver

Configuration in vexpress and u8500.v1 is different from what
is needed in u8500.v2.  As such, card configuration specifics need
to reside in the board file rather than the driver.

Signed-off-by: John Rigby <john.rigby@linaro.org>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
John Rigby
2012-07-31 08:59:31 +00:00
committed by Albert ARIBAUD
parent 75dfe964cb
commit 10ed93dcdd
6 changed files with 213 additions and 88 deletions

View File

@@ -228,6 +228,14 @@
#define CONFIG_SYS_TEXT_BASE 0x0
#endif
/*
* MMC related configs
*/
#define CONFIG_ARM_PL180_MMCI
#define MMC_BLOCK_SIZE 512
#define CFG_EMMC_BASE 0x80114000
#define CFG_MMC_BASE 0x80126000
/*
* FLASH and environment organization
*/