]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Use tools compression function for blob handling
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 19:18:44 +0000 (13:18 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 03:27:58 +0000 (20:27 -0700)
commit0793c4d3c42481d771ad50fbacb6ed826615f1e4
treee19a8c632e87c4fb3b57737b7353ec0ef443304a
parent3631c0ac21e209840571080110150030fdee67c4
binman: Use tools compression function for blob handling

Avoid duplicate code here by using the new compression function in the
tools module.

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