aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/btool/fiptool.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/btool/fiptool.py')
-rw-r--r--tools/binman/btool/fiptool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/btool/fiptool.py b/tools/binman/btool/fiptool.py
index c80f8275c4..34002f54af 100644
--- a/tools/binman/btool/fiptool.py
+++ b/tools/binman/btool/fiptool.py
@@ -109,6 +109,6 @@ class Bintoolfiptool(bintool.Bintool):
return None
result = self.build_from_git(
'https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git',
- 'fiptool',
+ ['fiptool'],
'tools/fiptool/fiptool')
return result