Re: [U-Boot] [PATCH v2 03/12] binman: Rename ELF parameters to 'section'

2018-06-07 Thread Simon Glass
On 1 June 2018 at 07:38, Simon Glass wrote: > We now pass a Section object to these functions rather than an Image. > Rename the parameters to avoid confusion. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > tools/binman/elf.py | 10 +- > tools/binman/elf_te

[U-Boot] [PATCH v2 03/12] binman: Rename ELF parameters to 'section'

2018-06-01 Thread Simon Glass
We now pass a Section object to these functions rather than an Image. Rename the parameters to avoid confusion. Signed-off-by: Simon Glass --- Changes in v2: None tools/binman/elf.py | 10 +- tools/binman/elf_test.py | 28 ++-- tools/binman/