Hi, What you think about this patch for kernel version 2.6.38.3? It's meant to be applied for beaglexM and pandaboard. We need this for vold to mount sdcard partition.
Thanks, -Jeremy
On Wed, Apr 27, 2011 at 9:52 PM, Jeremy Chang jeremy.chang@linaro.org wrote:
After kernel bumped to 2.6.38.3, mmc sys path changed
Signed-off-by: Jeremy Chang jeremy.chang@linaro.org
vold.fstab | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/vold.fstab b/vold.fstab index 04b9690..10fe0c4 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 6 /devices/platform/mmci-omap-hs.0/mmc_host/mmc0 +dev_mount sdcard /mnt/sdcard 6 /devices/platform/omap/omap_hsmmc.0/mmc_host/mmc0 -- 1.7.1