diff options
author | Sam Protsenko <joe.skb7@gmail.com> | 2020-01-24 17:53:47 +0200 |
---|---|---|
committer | Lokesh Vutla <lokeshvutla@ti.com> | 2020-02-04 09:07:24 +0530 |
commit | 0f5103dee3fe0455dc9df2c67567b0f332ed419e (patch) | |
tree | d5a06df7ed615b0b5b212b606d25a3fa9dbcbc3e /include | |
parent | 7d9dbeafe637a25267f0902ead02f61843edb7f3 (diff) |
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')
-rw-r--r-- | include/environment/ti/boot.h | 2 |
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 "" |