aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu J. Poirier <mathieu.poirier@linaro.org>2011-12-02 16:21:38 -0700
committerMathieu J. Poirier <mathieu.poirier@linaro.org>2011-12-02 16:21:38 -0700
commitfbc23b8cf4ef0ae97af73491bf9499bc9d503644 (patch)
treeeeb85d1b179990716b11c72dc69a765e4702387d
parent074b8fe15cbdaaa23209c5ceddb0291a4c8f9b0a (diff)
downloadsnowball-fbc23b8cf4ef0ae97af73491bf9499bc9d503644.tar.gz
snowball: android: moving mmc partition name to mmcblk1pX
The kernel hosted on igloocommunity.org has a new mmc driver, make it possible to work again with both emmc and mmc. Change-Id: I408d53c7e8c933df89f2da7a21305dd70df1b049 Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
-rw-r--r--init.rc13
1 files changed, 3 insertions, 10 deletions
diff --git a/init.rc b/init.rc
index 2c5e7ba..baa5e40 100644
--- a/init.rc
+++ b/init.rc
@@ -94,16 +94,9 @@ loglevel 3
on fs
# mount mmc partitions
-
-# ! Snowall Hack Alert !
-# The current 3.0 kernel has problems mounting the mmc card.
-# Disabling the emmc and allowing more time for the mmc
-# card to be probed seems to help. This should be reverted
-# back to 'mmcblk1pX' but for now, it yields a bootable system.
-
- mount ext4 /dev/block/mmcblk0p2 /system ro
- mount ext4 /dev/block/mmcblk0p3 /cache
- mount ext4 /dev/block/mmcblk0p5 /data
+ mount ext4 /dev/block/mmcblk1p2 /system ro
+ mount ext4 /dev/block/mmcblk1p3 /cache
+ mount ext4 /dev/block/mmcblk1p5 /data
on post-fs
# once everything is setup, no need to modify /