Re: [U-Boot] [PATCH v2 04/12] binman: Rename Entry property to 'section'

2018-06-07 Thread Simon Glass
On 1 June 2018 at 07:38, Simon Glass wrote: > Entries are now passed a Section object rather than an Image. Rename this > property to avoid confusion. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > tools/binman/etype/_testing.py| 4 ++-- >

[U-Boot] [PATCH v2 04/12] binman: Rename Entry property to 'section'

2018-06-01 Thread Simon Glass
Entries are now passed a Section object rather than an Image. Rename this property to avoid confusion. Signed-off-by: Simon Glass --- Changes in v2: None tools/binman/etype/_testing.py| 4 ++-- tools/binman/etype/blob.py| 4 ++--