Re: [PATCH v3 3/7] binman: btool: mkimage: use Bintool.version

2022-09-07 Thread Simon Glass
From: Quentin Schulz Bintool.version already contains everything required to get the version out of mkimage binary so let's not override it with its own implementation. Signed-off-by: Quentin Schulz Reviewed-by: Simon Glass --- v3: - added Rb, - removed version positional parameter for

[PATCH v3 3/7] binman: btool: mkimage: use Bintool.version

2022-09-01 Thread Quentin Schulz
From: Quentin Schulz Bintool.version already contains everything required to get the version out of mkimage binary so let's not override it with its own implementation. Signed-off-by: Quentin Schulz Reviewed-by: Simon Glass --- v3: - added Rb, - removed version positional parameter for