From d42f625b12e42b40a87235b5e2ed3c9c916d8c50 Mon Sep 17 00:00:00 2001 From: Pawit Pornkitprasan Date: Sun, 22 Apr 2012 12:25:46 +0700 Subject: aries-common: Switch emmc and sdcard To match CM standard. Not touching recovery right now as that can cause a lot of problems. Change-Id: I09940553b16e84a396271fcad547eb21f7eb8474 --- vold.fstab | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vold.fstab') diff --git a/vold.fstab b/vold.fstab index b1a2880..4e59bc1 100644 --- a/vold.fstab +++ b/vold.fstab @@ -13,7 +13,7 @@ ###################### # internal sdcard -dev_mount sdcard /mnt/sdcard 1 /devices/platform/s3c-sdhci.0/mmc_host/mmc0 +dev_mount sdcard /mnt/emmc 1 /devices/platform/s3c-sdhci.0/mmc_host/mmc0 # external sdcard -dev_mount emmc /mnt/emmc auto /devices/platform/s3c-sdhci.2/mmc_host/mmc2 \ No newline at end of file +dev_mount emmc /mnt/sdcard auto /devices/platform/s3c-sdhci.2/mmc_host/mmc2 \ No newline at end of file -- cgit v1.1