]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
binman: Update cbfstool
authorSimon Glass <sjg@chromium.org>
Tue, 2 Jul 2024 16:37:28 +0000 (17:37 +0100)
committerSimon 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

index 29be2d8a2b55112e2921f44a1f7a130f5fce966f..2d8559abb2b2895e4993eb41470eb1e8cba3b4de 100644 (file)
@@ -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