On Fri, 19 Aug 2022 at 08:26, Stefan Herbrechtsmeier <stefan.herbrechtsmeier-...@weidmueller.com> wrote: > > From: Stefan Herbrechtsmeier <stefan.herbrechtsme...@weidmueller.com> > > 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.herbrechtsme...@weidmueller.com> > > --- > > (no changes since v5) > > Changes in v5: > - Add commit to select compression bintools in cbfs_util class > > tools/binman/cbfs_util.py | 20 +++++++++++--------- > tools/binman/cbfs_util_test.py | 4 ++-- > 2 files changed, 13 insertions(+), 11 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>