[PATCH] binman: btool: mkimage: fix Bintoolmkimage.run() method docstring
    Quentin Schulz 
    foss+uboot at 0leil.net
       
    Wed Oct 29 12:30:36 CET 2025
    
    
  
From: Quentin Schulz <quentin.schulz at cherry.de>
Commit 65e2c14d5a5a ("binman: btool: mkimage: use Bintool.version")
removed the version argument from the run method but forgot to remove it
from the method docstring, so let's fix this oversight.
Fixes: 65e2c14d5a5a ("binman: btool: mkimage: use Bintool.version")
Signed-off-by: Quentin Schulz <quentin.schulz at cherry.de>
---
 tools/binman/btool/mkimage.py | 1 -
 1 file changed, 1 deletion(-)
diff --git a/tools/binman/btool/mkimage.py b/tools/binman/btool/mkimage.py
index 3f84220fb1a..23c0a8e490d 100644
--- a/tools/binman/btool/mkimage.py
+++ b/tools/binman/btool/mkimage.py
@@ -35,7 +35,6 @@ class Bintoolmkimage(bintool.Bintool):
                 signatures
             align: Bytes to use for alignment of the FIT and its external data
             keys_dir: Path to directory containing private and encryption keys
-            version: True to get the mkimage version
         """
         args = []
         if external:
---
base-commit: 4cad9faf8d2887b8851f0ced5194ffbaa92ca71e
change-id: 20251029-btool-mkimage-docstring-998b6322e5a6
Best regards,
-- 
Quentin Schulz <quentin.schulz at cherry.de>
    
    
More information about the U-Boot
mailing list