diff options
author | Christopher R. Palmer <crpalmer@gmail.com> | 2015-05-07 08:30:39 -0400 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2015-06-22 19:59:34 +0000 |
commit | 2bb89613dc112376d96b480bcb4fd17c5d34deb8 (patch) | |
tree | ae6b63d831848d08dd6fd13c0bac700c2582bb88 | |
parent | a6c63edb988a0dd83ccd7441712ca142de1089e3 (diff) | |
download | device_samsung_espresso3g-2bb89613dc112376d96b480bcb4fd17c5d34deb8.zip device_samsung_espresso3g-2bb89613dc112376d96b480bcb4fd17c5d34deb8.tar.gz device_samsung_espresso3g-2bb89613dc112376d96b480bcb4fd17c5d34deb8.tar.bz2 |
P51XX: Fix fstab definition of usb storage
This fixes an inconsistency between storage_list.xml and fstab,
but shouldn't really have any noticable effect.
Change-Id: Iba7850bcfa259d1eed6899ded33c9343417fe16d
-rw-r--r-- | rootdir/fstab.espresso10 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/fstab.espresso10 b/rootdir/fstab.espresso10 index 2a54571..ec2e4f4 100644 --- a/rootdir/fstab.espresso10 +++ b/rootdir/fstab.espresso10 @@ -10,7 +10,7 @@ # vold-managed volumes ("block device" is actually a sysfs devpath) /devices/platform/omap/omap_hsmmc.0/mmc_host/mmc1* auto auto defaults wait,voldmanaged=sdcard1:auto,noemulatedsd -/devices/platform/omap/musb-omap2430/musb-hdrc/usb1* auto auto defaults voldmanaged=usbdisk0:auto +/devices/platform/omap/musb-omap2430/musb-hdrc/usb1* auto auto defaults voldmanaged=usbdisk0:auto,noemulatedsd # recovery /dev/block/mmcblk0p5 /boot emmc defaults recoveryonly |