diff options
| author | Boyan Karatotev <[email protected]> | 2024-10-25 18:18:18 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-11-04 14:50:43 -0600 |
| commit | ab0214d5f1d639930de85e0fd7dd5a609f929f87 (patch) | |
| tree | 1cd1dc866bb78f6d1e2c4a5113501606ec0eb49b | |
| parent | 6d111a6dc22f89104786b43e4e37bde46934330c (diff) | |
arm: total_compute: Minor improvement for boot arguments
Tell the AVB command that is loading from MMC.
Signed-off-by: Boyan Karatotev <[email protected]>
Signed-off-by: Leo Yan <[email protected]>
| -rw-r--r-- | board/armltd/total_compute/total_compute.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/armltd/total_compute/total_compute.env b/board/armltd/total_compute/total_compute.env index 8975a86fd2b..9dd50819ea6 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; |
