Skip to content
Snippets Groups Projects
Commit 8f1da50c authored by Simon Glass's avatar Simon Glass
Browse files

binman: Refactor much of the image code into 'section'


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 'bsection' for the module so we can use 'section' for the
etype module.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent dd57c13b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment