]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Adjust naming for reading symbols
authorSimon Glass <sjg@chromium.org>
Mon, 26 Aug 2024 19:11:38 +0000 (13:11 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 26 Sep 2024 10:40:30 +0000 (12:40 +0200)
commitf2154c30f6174eb27dfe92c91950f6436f802f1b
tree768a009ffacda964bb5658dc03775a8b1bda0baa
parentc8b7d72b43c649070d29228899277ac3b39ccf29
binman: Adjust naming for reading symbols

These functions get the value of a symbol. The reference to ELF files
is confusing since they are reading the position/size of entries, not
ELF symbols. Rename the functions and adjust the comments also.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/elf.py
tools/binman/elf_test.py
tools/binman/etype/section.py
tools/binman/image.py
tools/binman/image_test.py