diff options
author | Simon Glass <sjg@chromium.org> | 2024-07-02 17:37:28 +0100 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2024-07-26 08:01:06 -0600 |
commit | eb45f1ce17a03b20a0061f08776b733955e231b3 (patch) | |
tree | be17a796d6dc6230b09d831c3002a41dc38cc0ff /tools | |
parent | f0a166e096072eef3caced135e67816d3b8e50bb (diff) | |
download | u-boot-eb45f1ce17a03b20a0061f08776b733955e231b3.tar.gz |
binman: Update cbfstool
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>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/binman/btool/cbfstool.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/binman/btool/cbfstool.py b/tools/binman/btool/cbfstool.py index 29be2d8a2b5..2d8559abb2b 100644 --- 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( - '1IOnE0Qvy97d-0WOCwF64xBGpKSY2sMtJ') + '1gxNxRuJgD0Iiy9LAPCSB_0959eJCp98g') return fname, tmpdir |