diff mbox series

[v2] binman: Update cbfstool

Message ID 20240702163729.2674096-1-sjg@chromium.org
State Accepted
Commit eb45f1ce17a03b20a0061f08776b733955e231b3
Delegated to: Simon Glass
Headers show
Series [v2] binman: Update cbfstool | expand

Commit Message

Simon Glass July 2, 2024, 4:37 p.m. UTC
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>
---

Changes in v2:
- Use the same version as CI (4.22.01)

 tools/binman/btool/cbfstool.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Tom Rini July 2, 2024, 5:46 p.m. UTC | #1
On Tue, Jul 02, 2024 at 05:37:28PM +0100, Simon Glass wrote:

> 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>
Simon Glass July 26, 2024, 12:59 p.m. UTC | #2
On Tue, Jul 02, 2024 at 05:37:28PM +0100, Simon Glass wrote:

> 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>
diff mbox series

Patch

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