[PATCH v3 7/9] env: ti: boot: Respect slot_suffix in AVB commands
Sam Protsenko
semen.protsenko at linaro.org
Tue Dec 24 20:54:53 CET 2019
Signed-off-by: Sam Protsenko <semen.protsenko at linaro.org>
---
include/environment/ti/boot.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/environment/ti/boot.h b/include/environment/ti/boot.h
index 684a744f31..da99215fbd 100644
--- a/include/environment/ti/boot.h
+++ b/include/environment/ti/boot.h
@@ -63,7 +63,7 @@
"else " \
"echo AVB verification failed.;" \
"exit; fi;"
-#define AVB_VERIFY_CMD "avb_verify=avb init 1; avb verify;\0"
+#define AVB_VERIFY_CMD "avb_verify=avb init 1; avb verify $slot_suffix;\0"
#else
#define AVB_VERIFY_CHECK ""
#define AVB_VERIFY_CMD ""
--
2.24.0
More information about the U-Boot
mailing list