projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0a166e
)
binman: Update cbfstool
author
Simon Glass
<sjg@chromium.org>
Tue, 2 Jul 2024 16:37:28 +0000
(17:37 +0100)
committer
Simon Glass
<sjg@chromium.org>
Fri, 26 Jul 2024 14:01:06 +0000
(08:01 -0600)
Update to a newer version of this tool, 4.22.01. This runs OK with the
current binman tests and matches the one in CI.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
tools/binman/btool/cbfstool.py
patch
|
blob
|
history
diff --git
a/tools/binman/btool/cbfstool.py
b/tools/binman/btool/cbfstool.py
index 29be2d8a2b55112e2921f44a1f7a130f5fce966f..2d8559abb2b2895e4993eb41470eb1e8cba3b4de 100644
(file)
--- a/
tools/binman/btool/cbfstool.py
+++ b/
tools/binman/btool/cbfstool.py
@@
-214,6
+214,7
@@
class Bintoolcbfstool(bintool.Bintool):
"""
if method != bintool.FETCH_BIN:
return None
+ # Version 4.22.01
fname, tmpdir = self.fetch_from_drive(
- '1
IOnE0Qvy97d-0WOCwF64xBGpKSY2sMtJ
')
+ '1
gxNxRuJgD0Iiy9LAPCSB_0959eJCp98g
')
return fname, tmpdir