From: Boyan Karatotev <boyan.karato...@arm.com> Tell the AVB command that is loading from MMC.
Signed-off-by: Boyan Karatotev <boyan.karato...@arm.com> Signed-off-by: Leo Yan <leo....@arm.com> --- board/armltd/total_compute/total_compute.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/armltd/total_compute/total_compute.env b/board/armltd/total_compute/total_compute.env index 8975a86fd2..9dd50819ea 100644 --- a/board/armltd/total_compute/total_compute.env +++ b/board/armltd/total_compute/total_compute.env @@ -7,7 +7,7 @@ bootcmd= if part number mmc 0 vbmeta is_avb; then echo 'MMC with vbmeta partition detected.'; echo 'Starting Android Verified boot...'; - avb init 0; + avb init mmc 0; if avb verify; then set bootargs $bootargs $avb_bootargs; part start mmc 0 boot boot_start; -- 2.34.1