mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 15:28:50 +00:00
binman: Fix a typo in elf.py
Fix an 'EFL' typo. It should be 'ELF'. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
This commit is contained in:
parent
774e966f29
commit
5a7ad313a1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue