Re: [PATCH v2 2/7] binman: btool: lz4: use Bintool.version

2022-08-31 Thread Simon Glass
On Wed, 31 Aug 2022 at 11:39, Quentin Schulz wrote: > > From: Quentin Schulz > > Bintool.version already contains everything required to get the version > out of lz4 binary so let's not override it with its own implementation. > > Signed-off-by: Quentin Schulz > --- > > added in v2 > > tools/bi

[PATCH v2 2/7] binman: btool: lz4: use Bintool.version

2022-08-31 Thread Quentin Schulz
From: Quentin Schulz Bintool.version already contains everything required to get the version out of lz4 binary so let's not override it with its own implementation. Signed-off-by: Quentin Schulz --- added in v2 tools/binman/btool/lz4.py | 14 +- 1 file changed, 1 insertion(+), 13