summaryrefslogtreecommitdiffstats
path: root/include/configs/snowball.h
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-09-01 14:58:20 +0200
commit10ed93dcddeede4e305235367c402fb99e063ef3 (patch)
treea7edb4d8b3aa5d9f4b07a87655ddc84341f2e53a /include/configs/snowball.h
parent75dfe964cbe01ec089e4e3d470a86835776fe248 (diff)
downloadtalos-obmc-uboot-10ed93dcddeede4e305235367c402fb99e063ef3.tar.gz
talos-obmc-uboot-10ed93dcddeede4e305235367c402fb99e063ef3.zip
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/snowball.h')
-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 ed70d65dfc..30f4a4eb55 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
OpenPOWER on IntegriCloud