Re: [U-Boot] [PATCH v2 25/37] binman: Use tools compression function for blob handling

2019-07-17 Thread sjg
Avoid duplicate code here by using the new compression function in the tools module. Signed-off-by: Simon Glass --- Changes in v2: None tools/binman/etype/blob.py | 16 1 file changed, 4 insertions(+), 12 deletions(-) Applied to u-boot-dm, thanks!

[U-Boot] [PATCH v2 25/37] binman: Use tools compression function for blob handling

2019-07-08 Thread Simon Glass
Avoid duplicate code here by using the new compression function in the tools module. Signed-off-by: Simon Glass --- Changes in v2: None tools/binman/etype/blob.py | 16 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/tools/binman/etype/blob.py b/tools/binman/ety