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: Vagdhan Kanukurthi <vagdhank@codeaurora.org>
This commit is contained in:
vagdhan kumar kanukurthi 2019-05-07 16:53:24 +05:30
parent d65b615af6
commit c44c78fab1
3 changed files with 8 additions and 4 deletions

View file

@ -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 {

View file

@ -186,7 +186,7 @@
firmware: firmware {
android {
compatible = "android,firmware";
vbmeta {
android_vbmeta: vbmeta {
compatible = "android,vbmeta";
parts = "vbmeta,boot,system,vendor,dtbo,recovery";
};

View file

@ -1,4 +1,4 @@
/* 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";
};
};