aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2024-04-26 00:54:08 +0200
committerTom Rini <trini@konsulko.com>2024-05-03 12:22:59 -0600
commit38d88f1db3b13c4a7cc9662e2078b5fe33866a89 (patch)
treeed5c2da7dc9e4d43aec692ee290786911d0c33b3
parentb3c0b94f2e3872959ba29c450059221bb3697588 (diff)
downloadu-boot-38d88f1db3b13c4a7cc9662e2078b5fe33866a89.zip
u-boot-38d88f1db3b13c4a7cc9662e2078b5fe33866a89.tar.gz
u-boot-38d88f1db3b13c4a7cc9662e2078b5fe33866a89.tar.bz2
binman: Fix typo in mkimage etype description
Fix a typo, no functional change. Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
-rw-r--r--tools/binman/btool/mkimage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/btool/mkimage.py b/tools/binman/btool/mkimage.py
index d5b407c..39a4c8c 100644
--- a/tools/binman/btool/mkimage.py
+++ b/tools/binman/btool/mkimage.py
@@ -11,7 +11,7 @@ class Bintoolmkimage(bintool.Bintool):
"""Image generation for U-Boot
This bintool supports running `mkimage` with some basic parameters as
- neeed by binman.
+ needed by binman.
Normally binman uses the mkimage built by U-Boot. But when run outside the
U-Boot build system, binman can use the version installed in your system.