Re: [U-Boot] [PATCH v2 02/12] binman: Refactor much of the image code into 'section'

2018-06-07 Thread Simon Glass
On 1 June 2018 at 07:38, Simon Glass wrote: > We want to support multiple sections within a single image. To do this, > move most of the Image class implementation into a new Section class. An > Image contains only a single Section, but at some point we will support > a new 'section' entry, thus

[U-Boot] [PATCH v2 02/12] binman: Refactor much of the image code into 'section'

2018-06-01 Thread Simon Glass
We want to support multiple sections within a single image. To do this, move most of the Image class implementation into a new Section class. An Image contains only a single Section, but at some point we will support a new 'section' entry, thus allowing Sections within Sections. Use the name