]> git.baikalelectronics.ru Git - uboot.git/commit
elf: Rename load_segments() and module failure
authorSimon Glass <sjg@chromium.org>
Sun, 6 Mar 2022 03:18:57 +0000 (20:18 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 19 Mar 2022 01:24:25 +0000 (19:24 -0600)
commit66edc1760e941ac516e7f56846253c597c9b6927
tree3cd3efad25ba58d1b98c166868c01def866e84e2
parent3659cf898191259e2a0b8201369dbd17abb74757
elf: Rename load_segments() and module failure

Rename this function to make it clear that it only reads loadable
segments. Also update the error for missing module to better match the
message emitted by Python.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Suggested-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
tools/binman/elf.py
tools/binman/elf_test.py