aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2012-05-04 15:22:57 -0600
committerJohn Rigby <john.rigby@linaro.org>2012-05-04 15:23:25 -0600
commitb90f0564096c4a3444a1b0f1ea1dfa27661c8dc2 (patch)
tree84fb8720eb6466ddba3f9c96658f80bae4fb95d6
parent8e2491224ecf20deb19d4a823c52f23b9743aa49 (diff)
Snowball: fix emmc and mmc base addresses2012.05.2-wip4
Signed-off-by: John Rigby <john.rigby@linaro.org>
-rw-r--r--include/configs/snowball.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/include/configs/snowball.h b/include/configs/snowball.h
index dbb60808b..897035df7 100644
--- a/include/configs/snowball.h
+++ b/include/configs/snowball.h
@@ -245,16 +245,10 @@
/*-----------------------------------------------------------------------
* MMC related configs
*/
+#define CONFIG_ARM_PL180_MMCI
#define MMC_BLOCK_SIZE 512
-#define CFG_MMC_BASE 0x80126000 /* MMC base for 8500 */
-#define CONFIG_MMC_DEV_NUM 1
-
-/*-----------------------------------------------------------------------
- * EMMC related configs
- */
-#define CFG_EMMC_BASE_V1 0x80005000 /*POP EMMC base of size 256MB for 8500 cut1.0 */
-#define CFG_EMMC_BASE_ED 0x80114000 /* EMMC base of size 2GB for 8500 */
-#define CONFIG_EMMC_DEV_NUM 0
+#define CFG_EMMC_BASE 0x80114000
+#define CFG_MMC_BASE 0x80126000
/*-----------------------------------------------------------------------
* USB related configs