]> git.sur5r.net Git - u-boot/commit
binman: Rename ELF parameters to 'section'
authorSimon Glass <sjg@chromium.org>
Fri, 1 Jun 2018 15:38:13 +0000 (09:38 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 7 Jun 2018 19:25:07 +0000 (11:25 -0800)
commitf55382b5e55b6922aebe45658ac72381fc205d23
treea06d2f15d32fa4d0eeed77274cf1b729e5832e34
parent8f1da50ccca246fe2c3e9d8ef890b48e7bc8795b
binman: Rename ELF parameters to 'section'

We now pass a Section object to these functions rather than an Image.
Rename the parameters to avoid confusion.

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