From: Quentin Schulz Date: Wed, 29 Oct 2025 11:30:36 +0000 (+0100) Subject: binman: btool: mkimage: fix Bintoolmkimage.run() method docstring X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=07436b5778fc7b920d9c93f8aa4c14987b17a443;p=thirdparty%2Fu-boot.git binman: btool: mkimage: fix Bintoolmkimage.run() method docstring 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 Reviewed-by: Simon Glass Reviewed-by: Kever Yang --- 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: