summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <zeuthen@google.com>2015-09-23 12:54:24 -0400
committerDavid Zeuthen <zeuthen@google.com>2015-09-23 13:02:28 -0400
commit88c28fbd13309d761ff8ae42b9983172834df1a3 (patch)
tree82ffefcc950bfa372c0e167f9cf36d7aaf2ecb0c
parent13f67bdfe7791546636c698348cdeb08f91b3e17 (diff)
downloadqcom-88c28fbd13309d761ff8ae42b9983172834df1a3.tar.gz
msm8916: Use fstab.${ro.hardware}, not fstab.device.
Bug: 24328060 Change-Id: I5fcc6a82555f782112ab80f22e2966ba281ad5be
-rw-r--r--soc/msm8916/init.msm8916.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/soc/msm8916/init.msm8916.rc b/soc/msm8916/init.msm8916.rc
index 9d23876..6e1d8eb 100644
--- a/soc/msm8916/init.msm8916.rc
+++ b/soc/msm8916/init.msm8916.rc
@@ -19,7 +19,7 @@ on early-init
mkdir /firmware 0771 system system
on fs
- mount_all /fstab.device
+ mount_all /fstab.${ro.hardware}
mkdir /dev/usb-ffs 0770 shell shell
mkdir /dev/usb-ffs/adb 0770 shell shell
mount functionfs adb /dev/usb-ffs/adb uid=2000,gid=2000