git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3c0b94
)
binman: Fix typo in mkimage etype description
author
Marek Vasut
<marex@denx.de>
Thu, 25 Apr 2024 22:54:08 +0000
(
00:54
+0200)
committer
Tom Rini
<trini@konsulko.com>
Fri, 3 May 2024 18:22:59 +0000
(12:22 -0600)
Fix a typo, no functional change.
Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
tools/binman/btool/mkimage.py
patch
|
blob
|
history
diff --git
a/tools/binman/btool/mkimage.py
b/tools/binman/btool/mkimage.py
index
d5b407c
..
39a4c8c
100644
(file)
--- 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.
+ nee
d
ed 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.