[PATCH] binman: Update cbfstool
Simon Glass
sjg at chromium.org
Mon Jul 1 15:41:02 CEST 2024
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 at 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
--
2.34.1
More information about the U-Boot
mailing list