summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2010-09-17 18:53:29 -0400
committerMike Lockwood <lockwood@android.com>2010-09-17 18:53:29 -0400
commit186ec5a2dd2ba10905dd053fda82f0b022225e72 (patch)
tree64027067fec04389a291f9461bc8fddbdc118a4c
parentf5d9022b51ab426139c59913ef32b73752bf4a7c (diff)
downloaddevice_samsung_crespo-186ec5a2dd2ba10905dd053fda82f0b022225e72.zip
device_samsung_crespo-186ec5a2dd2ba10905dd053fda82f0b022225e72.tar.gz
device_samsung_crespo-186ec5a2dd2ba10905dd053fda82f0b022225e72.tar.bz2
vold.fstab: Configure for internal FAT file system at mmcblk0p1
Also remove obsolete vold.conf file Change-Id: I3f4e4d9ede06db80487d1aeea28b1d56e1d7971b Signed-off-by: Mike Lockwood <lockwood@android.com>
-rw-r--r--device.mk1
-rw-r--r--vold.conf10
-rw-r--r--vold.fstab11
3 files changed, 1 insertions, 21 deletions
diff --git a/device.mk b/device.mk
index 1e1292c..0fbc793 100644
--- a/device.mk
+++ b/device.mk
@@ -44,7 +44,6 @@ DEVICE_PACKAGE_OVERLAYS := device/samsung/crespo/overlay
# These are the hardware-specific configuration files
PRODUCT_COPY_FILES := \
device/samsung/crespo/asound.conf:system/etc/asound.conf \
- device/samsung/crespo/vold.conf:system/etc/vold.conf \
device/samsung/crespo/vold.fstab:system/etc/vold.fstab \
device/samsung/crespo/egl.cfg:system/lib/egl/egl.cfg
diff --git a/vold.conf b/vold.conf
deleted file mode 100644
index b3829ac..0000000
--- a/vold.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-## vold configuration file for the emulator/SDK
-
-volume_sdcard {
- ## This is the direct uevent device path to the SD slot on the device
- media_path /devices/platform/s3c-sdhci.0/mmc_host/mmc0
-
- media_type mmc
- mount_point /sdcard
- ums_path /devices/platform/s3c-usbgadget/gadget/lun0
-}
diff --git a/vold.fstab b/vold.fstab
index c8a1295..7f74e0d 100644
--- a/vold.fstab
+++ b/vold.fstab
@@ -12,13 +12,4 @@
## <sysfs_path> - List of sysfs paths to source devices
######################
-## Example of a standard sdcard mount for the emulator / Dream
-# Mounts the first usable partition of the specified device
-dev_mount sdcard /mnt/sdcard auto /devices/platform/s3c-sdhci.0/mmc_host/mmc0
-
-## Example of a dual card setup
-# dev_mount left_sdcard /sdcard1 auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
-# dev_mount right_sdcard /sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/msm_sdcc.3/mmc_host/mmc1
-
-## Example of specifying a specific partition for mounts
-# dev_mount sdcard /sdcard 2 /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
+dev_mount sdcard /mnt/sdcard 1 /devices/platform/s3c-sdhci.0/mmc_host/mmc0/mmc0:0001/block/mmcblk0