diff options
| author | Quentin Schulz <[email protected]> | 2025-10-29 12:30:36 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-11-02 12:15:23 -0600 |
| commit | 07436b5778fc7b920d9c93f8aa4c14987b17a443 (patch) | |
| tree | 9d29382029d034e841a1e091b8fc1b6884dcc80d /tools | |
| parent | b9e2f67e35eb2b708162de25f50a0002dd834d94 (diff) | |
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/binman/btool/mkimage.py | 1 |
1 files changed, 0 insertions, 1 deletions
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: |
