Skip to content
Snippets Groups Projects
Commit 0f5103de authored by Sam Protsenko's avatar Sam Protsenko Committed by Lokesh Vutla
Browse files

env: ti: boot: Respect slot_suffix in AVB commands

parent 7d9dbeaf
No related branches found
No related tags found
No related merge requests found
......@@ -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 ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment