From 10ed93dcddeede4e305235367c402fb99e063ef3 Mon Sep 17 00:00:00 2001 From: John Rigby Date: Tue, 31 Jul 2012 08:59:31 +0000 Subject: 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 Signed-off-by: Mathieu Poirier Signed-off-by: Tom Rini --- include/configs/snowball.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include') diff --git a/include/configs/snowball.h b/include/configs/snowball.h index ed70d65dfc..30f4a4eb55 100644 --- a/include/configs/snowball.h +++ b/include/configs/snowball.h @@ -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 */ -- cgit v1.2.3