]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: total_compute: Minor improvement for boot arguments
authorBoyan Karatotev <boyan.karatotev@arm.com>
Fri, 25 Oct 2024 17:18:18 +0000 (18:18 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 4 Nov 2024 20:50:43 +0000 (14:50 -0600)
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>
board/armltd/total_compute/total_compute.env

index 8975a86fd2bceff132eefd9dcf0edb2e42b747c9..9dd50819ea69fa6be68d06a3f33e32f1dbbe7ad8 100644 (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;