aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2012-07-31 08:59:31 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-08-14 02:22:09 +0200
commite786f55420353fa499461adea650ef77b2531919 (patch)
treeef70cd26dc41e6982956700693a3f38a61369eb1 /include/configs
parent65eb5ef3ea1bc2e9da7b27fcab380691732e805a (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/configs')
-rw-r--r--include/configs/snowball.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/snowball.h b/include/configs/snowball.h
index ed70d65df..30f4a4eb5 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