summaryrefslogtreecommitdiffstats
path: root/include/environment/ti
diff options
context:
space:
mode:
authorSam Protsenko <joe.skb7@gmail.com>2020-01-24 17:53:47 +0200
committerLokesh Vutla <lokeshvutla@ti.com>2020-02-04 09:07:24 +0530
commit0f5103dee3fe0455dc9df2c67567b0f332ed419e (patch)
treed5a06df7ed615b0b5b212b606d25a3fa9dbcbc3e /include/environment/ti
parent7d9dbeafe637a25267f0902ead02f61843edb7f3 (diff)
downloadu-boot-0f5103dee3fe0455dc9df2c67567b0f332ed419e.tar.gz
u-boot-0f5103dee3fe0455dc9df2c67567b0f332ed419e.tar.xz
u-boot-0f5103dee3fe0455dc9df2c67567b0f332ed419e.zip
env: ti: boot: Respect slot_suffix in AVB commands
Signed-off-by: Sam Protsenko <joe.skb7@gmail.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'include/environment/ti')
-rw-r--r--include/environment/ti/boot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/environment/ti/boot.h b/include/environment/ti/boot.h
index 6313f3e328..bfbd76c3af 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 ""