arm: total_compute: Minor improvement for boot arguments

Tell the AVB command that is loading from MMC.

Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Signed-off-by: Leo Yan <leo.yan@arm.com>
This commit is contained in:
Boyan Karatotev
2024-11-04 14:50:43 -06:00
committed by Tom Rini
parent 6d111a6dc2
commit ab0214d5f1
+1 -1
View File
@@ -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;