mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-27 16:01:27 +00:00
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>
This commit is contained in:
parent
b3c0b94f2e
commit
38d88f1db3
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue