]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
binman: btool: mkimage: fix Bintoolmkimage.run() method docstring
authorQuentin Schulz <quentin.schulz@cherry.de>
Wed, 29 Oct 2025 11:30:36 +0000 (12:30 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 2 Nov 2025 18:15:23 +0000 (12:15 -0600)
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@cherry.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
tools/binman/btool/mkimage.py

index 3f84220fb1adf2613721e2a62a1d3b4b7bba5c7b..23c0a8e490d868ebef6058a66f7d1d4e91d1981c 100644 (file)
@@ -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: