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:
committed by
Albert ARIBAUD
parent
75dfe964cb
commit
10ed93dcdd
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user