[U-Boot] [PATCH v2 6/8] env: ti: boot: Respect slot_suffix in AVB commands
Sam Protsenko
semen.protsenko at linaro.org
Wed Oct 23 14:34:25 UTC 2019
Signed-off-by: Sam Protsenko <semen.protsenko at linaro.org>
---
Changes in v2:
- rebase on top of master
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.23.0
More information about the U-Boot
mailing list