[PATCH] binman: Fix a typo in elf.py
Simon Glass
sjg at chromium.org
Fri Mar 28 14:02:08 CET 2025
Fix an 'EFL' typo. It should be 'ELF'.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
tools/binman/elf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/binman/elf.py b/tools/binman/elf.py
index c75f4478813..6ac960e0419 100644
--- a/tools/binman/elf.py
+++ b/tools/binman/elf.py
@@ -28,7 +28,7 @@ except: # pragma: no cover
# BSYM in little endian, keep in sync with include/binman_sym.h
BINMAN_SYM_MAGIC_VALUE = 0x4d595342
-# Information about an EFL symbol:
+# Information about an ELF symbol:
# section (str): Name of the section containing this symbol
# address (int): Address of the symbol (its value)
# size (int): Size of the symbol in bytes
--
2.43.0
base-commit: 794124b3258831768a6b8ef069253374b877d59a
branch: pat
More information about the U-Boot
mailing list