diff mbox series

binman: Update cbfstool

Message ID 20240701134102.1465810-1-sjg@chromium.org
State Changes Requested
Delegated to: Tom Rini
Headers show
Series binman: Update cbfstool | expand

Commit Message

Simon Glass July 1, 2024, 1:41 p.m. UTC
Update to a newer version of this tool, from December 2023. This runs OK
with the current binman tests.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

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

Comments

Tom Rini July 1, 2024, 6:08 p.m. UTC | #1
On Mon, Jul 01, 2024 at 02:41:02PM +0100, Simon Glass wrote:

> Update to a newer version of this tool, from December 2023. This runs OK
> with the current binman tests.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
> 
>  tools/binman/btool/cbfstool.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/binman/btool/cbfstool.py b/tools/binman/btool/cbfstool.py
> index 29be2d8a2b5..b7c64b90ffa 100644
> --- a/tools/binman/btool/cbfstool.py
> +++ b/tools/binman/btool/cbfstool.py
> @@ -215,5 +215,5 @@ class Bintoolcbfstool(bintool.Bintool):
>          if method != bintool.FETCH_BIN:
>              return None
>          fname, tmpdir = self.fetch_from_drive(
> -            '1IOnE0Qvy97d-0WOCwF64xBGpKSY2sMtJ')
> +            '1KPR41-fKHPqlMCVsfMl2xJcyUgTT_6YI')
>          return fname, tmpdir

This should probably be from 4.22.01 to match CI, or do we need to bump
CI up to a newer release too?
diff mbox series

Patch

diff --git a/tools/binman/btool/cbfstool.py b/tools/binman/btool/cbfstool.py
index 29be2d8a2b5..b7c64b90ffa 100644
--- a/tools/binman/btool/cbfstool.py
+++ b/tools/binman/btool/cbfstool.py
@@ -215,5 +215,5 @@  class Bintoolcbfstool(bintool.Bintool):
         if method != bintool.FETCH_BIN:
             return None
         fname, tmpdir = self.fetch_from_drive(
-            '1IOnE0Qvy97d-0WOCwF64xBGpKSY2sMtJ')
+            '1KPR41-fKHPqlMCVsfMl2xJcyUgTT_6YI')
         return fname, tmpdir