commit | 723a63eeec3ee22d63006dcae593d395698fa55c | [log] [tgz] |
---|---|---|
author | Quentin Schulz <quentin.schulz@theobroma-systems.com> | Thu Sep 01 17:51:37 2022 +0200 |
committer | Simon Glass <sjg@chromium.org> | Thu Sep 01 11:36:36 2022 -0600 |
tree | 07cb82c8a0e29a891d7e1081bb10a435c613c010 | |
parent | daa2da754afe1bac777f6cb0f05233e0de7b325d [diff] |
binman: bintool: move version check implementation into bintool class Version checking has nothing specific to compression/decompression tools so let's move it to the Bintool class. Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>