commit | 965ec3caa8fcaafe3d18ad7c3810a13b09ee8abe | [log] [tgz] |
---|---|---|
author | Sam Protsenko <semen.protsenko@linaro.org> | Mon Oct 21 13:55:16 2019 +0300 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 31 07:22:53 2019 -0400 |
tree | 64dc068fc19e783a169b768bdb4788d15caf75c9 | |
parent | bb43c2784704b79eaa383fe38255b2ecf73b46ff [diff] |
cmd: avb: Support A/B slots Add optional parameter to 'avb verify' sub-command, so that user is able to specify which slot to use, in case when user's partitions are slotted. If that parameter is omitted, the behavior of 'avb verify' will be the same as before, so user API is content. Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> Reviewed-by: Igor Opaniuk <igor.opaniuk@gmail.com> Acked-by: Igor Opaniuk <igor.opaniuk@gmail.com>