summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2015-11-17 08:58:08 -0800
committerJohn Stultz <john.stultz@linaro.org>2015-11-17 08:58:08 -0800
commit4468f7a39d737843188f6148bd5ce06d18314a23 (patch)
treeb442ed7a29ebe68d6ecb4b29dbb9700d23fe2612
parentd89e955bc7b8497f4c0896e811ac55c8807e3442 (diff)
downloadhikey-4468f7a39d737843188f6148bd5ce06d18314a23.tar.gz
fstab.hikey: Fix paths to usb and sd card which change w/ the 4.1 kernel
Change usb and sd card paths in fstab.hikey, as their paths have slightly changed in the 4.1 kernel Change-Id: I4fad2cc8c455c85f5b7b060ef6d103815fcfc278 Signed-off-by: John Stultz <john.stultz@linaro.org>
-rw-r--r--fstab.hikey4
1 files changed, 2 insertions, 2 deletions
diff --git a/fstab.hikey b/fstab.hikey
index 5ec4c359..d16c02e9 100644
--- a/fstab.hikey
+++ b/fstab.hikey
@@ -6,5 +6,5 @@
/dev/block/platform/f723d000.dwmmc0/by-name/system /system ext4 ro wait
/dev/block/platform/f723d000.dwmmc0/by-name/cache /cache ext4 discard,noauto_da_alloc,data=ordered,user_xattr,discard,barrier=1 wait
/dev/block/platform/f723d000.dwmmc0/by-name/userdata /data ext4 discard,noauto_da_alloc,data=ordered,user_xattr,discard,barrier=1 wait
-/devices/f723e000.dwmmc1/mmc_host/mmc* auto auto defaults voldmanaged=sdcard1:auto,encryptable=userdata
-/devices/f72c0000.usb/usb* auto auto defaults voldmanaged=usbdisk:auto,encryptable=userdata
+/devices/platform/f723e000.dwmmc1/mmc_host/mmc* auto auto defaults voldmanaged=sdcard1:auto,encryptable=userdata
+/devices/platform/f72c0000.usb/usb* auto auto defaults voldmanaged=usbdisk:auto,encryptable=userdata