summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Chang <jeremy.chang@linaro.org>2011-04-18 15:04:47 +0800
committerPatrik Ryd <patrik.ryd@linaro.org>2011-04-18 10:19:48 +0200
commit87f425b4bc74e6a99c68e40db460facb2e5ccab7 (patch)
treee6c4c254291d0d04299f48f04a1809f881326f9d
parentcb837761ba76596806e01148e92d04a575f39001 (diff)
downloadpandaboard-87f425b4bc74e6a99c68e40db460facb2e5ccab7.tar.gz
Decrease the sdcard partiton number in vold.fstab
Due to ramdisk introduced that replace the rootfs partition, adjust the sdcard partition number. Signed-off-by: Jeremy Chang <jeremy.chang@linaro.org>
-rw-r--r--vold.fstab2
1 files changed, 1 insertions, 1 deletions
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