summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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