[PATCH] binman: btool: mkimage: fix Bintoolmkimage.run() method docstring
Kever Yang
kever.yang at rock-chips.com
Sat Nov 1 14:47:58 CET 2025
On 2025/10/29 19:30, Quentin Schulz wrote:
> 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>
Reviewed-by: Kever Yang <kever.yang at rock-chips.com>
Thanks,
- Kever
> ---
> 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,
More information about the U-Boot
mailing list