Skip to content

Commit

Permalink
ARM64: dts: qcom: sdm845: Remove AVB checks
Browse files Browse the repository at this point in the history
We want the kernel to mount /data regardless if the software is tainted.

Signed-off-by: Tyler Nijmeh <[email protected]>
Signed-off-by: PainKiller3 <[email protected]>
  • Loading branch information
tytydraco authored and PainKiller3 committed Jul 7, 2021
1 parent af25bad commit a169d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/sdm845.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@
dev = "/dev/block/platform/soc/1d84000.ufshc/by-name/vendor";
type = "ext4";
mnt_flags = "ro,barrier=1,discard";
fsmgr_flags = "wait,slotselect,avb";
fsmgr_flags = "wait,slotselect";
status = "ok";
};
};
Expand Down

0 comments on commit a169d35

Please sign in to comment.