diff options
author | John Rigby | 2012-07-31 08:59:31 +0000 |
---|---|---|
committer | Albert ARIBAUD | 2012-09-01 14:58:20 +0200 |
commit | 10ed93dcddeede4e305235367c402fb99e063ef3 (patch) | |
tree | a7edb4d8b3aa5d9f4b07a87655ddc84341f2e53a /include | |
parent | 75dfe964cbe01ec089e4e3d470a86835776fe248 (diff) |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/snowball.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/snowball.h b/include/configs/snowball.h index ed70d65dfcd..30f4a4eb55b 100644 --- a/include/configs/snowball.h +++ b/include/configs/snowball.h @@ -229,6 +229,14 @@ #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 */ #define CONFIG_SYS_NO_FLASH |