commit | 80c62771925abb28391c34c961a1f08f2bf48c29 | [log] [tgz] |
---|---|---|
author | Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> | Fri Aug 19 16:25:29 2022 +0200 |
committer | Simon Glass <sjg@chromium.org> | Sat Aug 20 18:07:33 2022 -0600 |
tree | f4af4583cc969a29535c28cbb892d238d0f72c27 | |
parent | b4bfbce6f85fa1e2646545c93c70bd0607b371e8 [diff] |
binman: Select compression bintools in cbfs_util class Select the lz4 and lzma_alone bintools in cbfs_util class to centralize the supported compression algorithm evaluation inside the class and over multiple classes. Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> Reviewed-by: Simon Glass <sjg@chromium.org>