summaryrefslogtreecommitdiff
path: root/tools/binman/btool/mkimage.py
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-05-03 16:18:51 -0600
committerTom Rini <trini@konsulko.com>2024-05-03 16:18:51 -0600
commit2f1e76bcfee75b9f99ade63002c05ffaaec86afb (patch)
treebc6c0d474b9247257218c30cbad03967a33b5817 /tools/binman/btool/mkimage.py
parentc92d48f8b2909d08584f17612a23d959467f14b8 (diff)
parent3c15780f2d2689b7e892f203393d89d7aef8ac38 (diff)
Merge branch '2024-05-02-assorted-updates'
- Typo fixes, gpt command fix, a few npcm fixes, fix a reported Coverity issue and increase the malloc pool on am62x_evm_r5 to fix some use cases.
Diffstat (limited to 'tools/binman/btool/mkimage.py')
-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 d5b407c5547..39a4c8c1432 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.