mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user