Merge "ARM: dts: msm: enable AVB 2.0 in linux guest"

This commit is contained in:
qctecmdr 2020-07-17 05:39:45 -07:00 committed by Gerrit - the friendly Code Review server
commit b822cb6e75

View File

@ -58,18 +58,22 @@
firmware: firmware {
android {
compatible = "android,firmware";
boot_devices = "vdevs/1c140000.virtio_blk,vdevs/1c0b0000.virtio_blk,vdevs/1c0f0000.virtio_blk";
vbmeta {
compatible = "android,vbmeta";
parts = "vbmeta,boot,system,vendor,dtbo";
parts = "vbmeta,la_system,la_vendor";
};
fstab {
compatible = "android,fstab";
vendor {
compatible = "android,vendor";
dev="/dev/block/platform/vdevs/1c0f0000.virtio_blk/vdc";
dev="/dev/block/platform/vdevs/1c0f0000.virtio_blk/la_vendor";
type = "ext4";
mnt_flags = "ro,barrier=1,discard";
fsmgr_flags = "wait";
fsmgr_flags = "wait,avb";
status = "ok";
};
};