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
This commit is contained in:
parent
2ceca00b31
commit
7c968c11d5
2 changed files with 1 additions and 3 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
|
||||
|
|
|
@ -54,9 +54,6 @@ on fs
|
|||
mkdir /persist/bms 0700 root system
|
||||
restorecon_recursive /persist
|
||||
|
||||
mount ext4 /dev/block/bootdevice/by-name/dsp /dsp ro nosuid nodev barrier=1
|
||||
mount ext4 /dev/block/bootdevice/by-name/dsp_a /dsp ro nosuid nodev barrier=1
|
||||
|
||||
on post-fs
|
||||
start qseecomd
|
||||
exec - root root root -- /system/bin/init.qti.qseecomd.sh
|
||||
|
|
Loading…
Reference in a new issue