diff options
author | padarshr <padarshr@codeaurora.org> | 2017-05-01 14:41:23 +0530 |
---|---|---|
committer | padarshr <padarshr@codeaurora.org> | 2017-05-01 14:44:39 +0530 |
commit | 7c968c11d57656456115b3d93b547429ee8e5c25 (patch) | |
tree | 63a3a3824b19b25b19623a4149c10733e7e27595 /fstab.qcom | |
parent | 2ceca00b317993bde779851501ac98687ebca068 (diff) |
sdm660_64: Move the dsp partition into A/B mode.
We now move the mounting of the dsp partition into the fstab so that
fs_mgr can use the slotselect argument to correctly mount the partition
based on the current active slot.
Change-Id: I9548185be984842a6edd7c44731d66bda6e0016d
Diffstat (limited to 'fstab.qcom')
-rwxr-xr-x | fstab.qcom | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,3 +13,4 @@ /dev/block/bootdevice/by-name/modem /firmware vfat ro,shortname=lower,uid=1000,gid=1000,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait,slotselect /dev/block/bootdevice/by-name/bluetooth /bt_firmware vfat ro,shortname=lower,uid=1002,gid=3002,dmask=227,fmask=337,context=u:object_r:bt_firmware_file:s0 wait,slotselect /devices/soc/a800000.ssusb/a800000.dwc3/xhci-hcd.0.auto* /storage/usbotg vfat nosuid,nodev wait,voldmanaged=usbotg:auto +/dev/block/bootdevice/by-name/dsp /dsp ext4 ro,nosuid,nodev,barrier=1 wait,slotselect |