aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu J. Poirier <mathieu.poirier@linaro.org>2012-01-02 13:51:54 -0700
committerMathieu J. Poirier <mathieu.poirier@linaro.org>2012-01-02 13:51:54 -0700
commitc6dae1326c23420116eb24050fbd4eba17c8f6b3 (patch)
tree59bc76dc37688c936502269be8d01aba00f9530d
parentd9094941abda157e5221f4858df370ffd1906e3a (diff)
downloadsnowball-linaro_android_4.0.1_snowball.tar.gz
snowball: fixing SD card storage mount pointlinaro_android_4.0.1_snowball
The emmc has been re-enabled in the kernel and since it is discovered before the mmc card, the name of the latter goes from 'mmc0' to 'mmc1'. This provides a fix for: https://bugs.launchpad.net/linaro-android/+bug/897176 Change-Id: I6c15cebb983ee8b9261d07f9444101a96e2d9dcd Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
-rw-r--r--vold.fstab2
1 files changed, 1 insertions, 1 deletions
diff --git a/vold.fstab b/vold.fstab
index 7215142..d12cb8a 100644
--- a/vold.fstab
+++ b/vold.fstab
@@ -12,4 +12,4 @@
## <sysfs_path> - List of sysfs paths to source devices
######################
-dev_mount sdcard /mnt/sdcard 6 /devices/sdi0/mmc_host/mmc0/mmc0
+dev_mount sdcard /mnt/sdcard 6 /devices/sdi0/mmc_host/mmc1/mmc1