
3 Mar
2022
3 Mar
'22
10:08 p.m.
On 24/02/2022 02:00, Simon Glass wrote:
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 Suggested-by: Alper Nebi Yasak alpernebiyasak@gmail.com
Changes in v2:
- Add new patch to rename load_segments() and module failure
tools/binman/elf.py | 6 +++--- tools/binman/elf_test.py | 18 +++++++++--------- 2 files changed, 12 insertions(+), 12 deletions(-)
Reviewed-by: Alper Nebi Yasak alpernebiyasak@gmail.com