
On Wed, 4 Oct 2023 at 02:56, lukas.funke-oss@weidmueller.com wrote:
From: Lukas Funke lukas.funke@weidmueller.com
The argument type of `build_from_git` was changed from string to list in d71e7116997f14097735f04cc7847f0a68dbc485.
This commit adapts the argument type of all bintools using this function.
Signed-off-by: Lukas Funke lukas.funke@weidmueller.com
tools/binman/btool/bootgen.py | 2 +- tools/binman/btool/fiptool.py | 2 +- tools/binman/btool/futility.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org Tested-by: Simon Glass sjg@chromium.org
Thank you.
Can you please resolve the test-coverage issue, too? It is the one line in the whole of binman with no coverage. If it is not needed, we can delete the line, perhaps?
tools/binman/etype/xilinx_bootgen.py 72 1 99%
The offending line is 216:
data = tools.read_file(bootbin_fname)
Regards, Simon
Applied to u-boot-dm, thanks!