Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c44c78fa authored by vagdhan kumar kanukurthi's avatar vagdhan kumar kanukurthi
Browse files

ARM: dts: msm: Update avb flag and partition names for auto



Update vendor avb flag and remove recovery partition from vbmeta
partition list as auto does not support recovery partition.

Change-Id: Idc6c5e2c2eb2cccd32223e77404fb06ef9e02908
Signed-off-by: default avatarVagdhan Kanukurthi <vagdhank@codeaurora.org>
parent d65b615a
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -11,7 +11,11 @@
 */

&android_vendor {
	fsmgr_flags = "wait,slotselect,verify";
	fsmgr_flags = "wait,slotselect,avb";
};

&android_vbmeta {
	parts = "vbmeta,boot,system,vendor,dtbo";
};

&peripheral_mem {
+1 −1
Original line number Diff line number Diff line
@@ -186,7 +186,7 @@
	firmware: firmware {
		android {
			compatible = "android,firmware";
			vbmeta {
			android_vbmeta: vbmeta {
				compatible = "android,vbmeta";
				parts = "vbmeta,boot,system,vendor,dtbo,recovery";
			};
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2016-2017, 2019 The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -18,7 +18,7 @@
			fstab {
				/delete-node/ system;
				vendor {
					fsmgr_flags = "wait,slotselect,verify";
					fsmgr_flags = "wait,slotselect,avb";
					status = "ok";
				};
			};