]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: bintool: Change make target arg type from string to list
authorLukas Funke <lukas.funke@weidmueller.com>
Wed, 4 Oct 2023 08:56:35 +0000 (10:56 +0200)
committerSimon Glass <sjg@chromium.org>
Fri, 13 Oct 2023 17:15:41 +0000 (10:15 -0700)
commitbff16109e3b12dcdc4c9b3c43ec2a9d1100dbe6a
treedf1f7b0cf6073009991f38f656ad4b75c73d2bc1
parent3cce6fcea714a089df2221128210a8fa9bb4f0fd
binman: bintool: Change make target arg type from string to list

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>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
tools/binman/btool/bootgen.py
tools/binman/btool/fiptool.py
tools/binman/btool/futility.py