aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu J. Poirier <mathieu.poirier@linaro.org>2011-11-25 11:12:57 -0700
committerMathieu J. Poirier <mathieu.poirier@linaro.org>2011-11-25 11:12:57 -0700
commitb390d1956702e8754d6bf1a83e2c0f0d009e4cd3 (patch)
tree4dd735ea693e4bf2ab6100b87d56cf9ca3c59bb0
parent0d7376d09c7b6fa236286a00e92bfe1174bb759f (diff)
snowball: android: Removing emmc initializationHEADmaster
This is only a temporary solution. Removing emmc initialisation to give more time for mmc to start. Change-Id: I23b311d26b45440b1250943b91478d1c02a1359b Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
-rw-r--r--arch/arm/mach-ux500/board-mop500-sdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-sdi.c b/arch/arm/mach-ux500/board-mop500-sdi.c
index ee49e5f7f33..b8aa7120f53 100644
--- a/arch/arm/mach-ux500/board-mop500-sdi.c
+++ b/arch/arm/mach-ux500/board-mop500-sdi.c
@@ -280,7 +280,7 @@ void __init mop500_sdi_init(void)
db8500_add_sdi2(&mop500_sdi2_data, periphid);
/* On-board eMMC */
- db8500_add_sdi4(&mop500_sdi4_data, periphid);
+ //db8500_add_sdi4(&mop500_sdi4_data, periphid);
if (machine_is_hrefv60() || machine_is_snowball()) {
if (machine_is_hrefv60()) {