avb_ab: add avb check for product product [1/2]

PD#SWPL-6168

Problem:
avb+abupdate with care map.txt cann't boot up
because of check product partition

Solution:
add avb for product partition in dts

Verify:
ampere

Change-Id: I0310853965340d9b810a89cbf1719f9ba002261d
Signed-off-by: Liang Ji <liang.ji@amlogic.com>
This commit is contained in:
Liang Ji
2019-03-07 11:08:25 +08:00
committed by Jianxin Pan
parent d6e5cf539b
commit e908649b08
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ firmware {
dev = "/dev/block/product";
type = "ext4";
mnt_flags = "ro,barrier=1,inode_readahead_blks=8";
fsmgr_flags = "wait,slotselect";
fsmgr_flags = "wait,slotselect,avb";
};
odm {
compatible = "android,odm";

View File

@@ -39,7 +39,7 @@ firmware {
dev = "/dev/block/product";
type = "ext4";
mnt_flags = "ro,barrier=1,inode_readahead_blks=8";
fsmgr_flags = "wait,slotselect";
fsmgr_flags = "wait,slotselect,avb";
};
odm {
compatible = "android,odm";