]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit5ea0b79a7903ecff9fab79bf75893a797bc94b78
treec1b97b995b95abb618eca576c4449df90668b6b7
parentb1e15b25ba2aa91ce2f9b54f4b9bf67023f52943
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