commit | 917b3c37ae10cc2a965cfc7d7eb701e5f0b75c39 | [log] [tgz] |
---|---|---|
author | Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> | Fri Aug 19 16:25:22 2022 +0200 |
committer | Simon Glass <sjg@chromium.org> | Sat Aug 20 18:07:33 2022 -0600 |
tree | 356b83c32478927f77c552944414ca183d405787 | |
parent | a55596514144532ec2db1a50e7bf82c7bdfb5230 [diff] |
binman: Collect bintools before usage Collect and thereby initialize bintools before any usage but after generation of entries. This is needed to handle bintools for compress and decompress like other bintools. Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> Reviewed-by: Simon Glass <sjg@chromium.org>