summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorAndrew Dodd <atd7@cornell.edu>2012-05-31 22:19:25 -0400
committerAndrew Dodd <atd7@cornell.edu>2012-05-31 22:19:25 -0400
commitd4757d896543c148636eef96a6b4a9682a9967d7 (patch)
treefc733b83abf0845e2c8b260bbba39f681c5f281e /configs
parent8964a437c40098232abc83401bd9935fba09563c (diff)
downloaddevice_samsung_n7000-d4757d896543c148636eef96a6b4a9682a9967d7.zip
device_samsung_n7000-d4757d896543c148636eef96a6b4a9682a9967d7.tar.gz
device_samsung_n7000-d4757d896543c148636eef96a6b4a9682a9967d7.tar.bz2
n7000: Bring storage configuration in line with I9100/I777
Swaps /sdcard and /emmc in most cases Also permits USB OTG storage devices to work Change-Id: I44a60b7663ea918f5e4870606985d1cd6441aaa5
Diffstat (limited to 'configs')
-rw-r--r--configs/vold.fstab6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/vold.fstab b/configs/vold.fstab
index d52e0ee..13658ce 100644
--- a/configs/vold.fstab
+++ b/configs/vold.fstab
@@ -13,10 +13,10 @@
######################
# internal sdcard
-dev_mount internal /mnt/sdcard 11 /devices/platform/dw_mmc/mmc_host/mmc0/mmc0 encryptable_nonremovable
+dev_mount emmc /mnt/emmc 11 /devices/platform/dw_mmc/mmc_host/mmc0/mmc0 nonremovable,encryptable
# external sdcard
-dev_mount sdcard /mnt/emmc auto /devices/platform/s3c-sdhci.2/mmc_host/mmc1
+dev_mount sdcard /mnt/sdcard auto /devices/platform/s3c-sdhci.2/mmc_host/mmc1
# USB storage device
-dev_mount usbdisk /mnt/usbdisk auto /devices/platform/s5p-ehci
+dev_mount usbdisk /mnt/usbdisk auto /devices/platform/s3c_otghcd/usb