diff mbox series

binman: Fix typo in mkimage etype description

Message ID 20240425225452.496150-1-marex@denx.de
State Accepted
Commit 38d88f1db3b13c4a7cc9662e2078b5fe33866a89
Delegated to: Tom Rini
Headers show
Series binman: Fix typo in mkimage etype description | expand

Commit Message

Marek Vasut April 25, 2024, 10:54 p.m. UTC
Fix a typo, no functional change.

Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Tom Rini <trini@konsulko.com>
Cc: u-boot@lists.denx.de
---
 tools/binman/btool/mkimage.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Quentin Schulz May 2, 2024, 11:48 a.m. UTC | #1
Hi Marek,

On 4/26/24 12:54 AM, Marek Vasut wrote:
> Fix a typo, no functional change.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>

Reviewed-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>

Thanks,
Quentin
Tom Rini May 3, 2024, 10:21 p.m. UTC | #2
On Fri, Apr 26, 2024 at 12:54:08AM +0200, Marek Vasut wrote:

> Fix a typo, no functional change.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Reviewed-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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.