binman: Convert to using the lzma_alone bintool
authorSimon Glass <sjg@chromium.org>
Mon, 10 Jan 2022 03:14:08 +0000 (20:14 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 19:36:11 +0000 (12:36 -0700)
commit359e431cbc1d956b65b6b6bc86b7f3f88fc15927
treec1b97b995b95abb618eca576c4449df90668b6b7
parent4cd4ee04320b421c3e30e4c8b3dd8cdf0f986ec1
binman: Convert to using the lzma_alone bintool

Update the code to use this bintool, instead of running lzma_alone
directly. This simplifies the code and provides more consistency.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/comp_util.py