Re: [U-Boot] [PATCH v2 23/37] binman: Use the tools.Decompress method

2019-07-17 Thread sjg
Update the compression test to use the tools module to decompress the output data. Signed-off-by: Simon Glass --- Changes in v2: None tools/binman/ftest.py | 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) Applied to u-boot-dm, thanks!

[U-Boot] [PATCH v2 23/37] binman: Use the tools.Decompress method

2019-07-08 Thread Simon Glass
Update the compression test to use the tools module to decompress the output data. Signed-off-by: Simon Glass --- Changes in v2: None tools/binman/ftest.py | 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py index