diff mbox

[android/device/linaro/pandaboard] Decrease the sdcard partiton number in vold.fstab

Message ID BANLkTinrqskkj9CeQ04aj3vyhZ3R_AjNyQ@mail.gmail.com
State New
Headers show

Commit Message

Jeremy Chang April 18, 2011, 7:04 a.m. UTC
Due to ramdisk introduced that replace the rootfs partition, adjust the
sdcard partition number.

Signed-off-by: Jeremy Chang <jeremy.chang@linaro.org>
---
 vold.fstab |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

diff --git a/vold.fstab b/vold.fstab
index c17bb64..04b9690 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 7 /devices/platform/mmci-omap-hs.0/mmc_host/mmc0
+dev_mount sdcard /mnt/sdcard 6 /devices/platform/mmci-omap-hs.0/mmc_host/mmc0