binman: Move Image.BuildImage() into a single function
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2019 18:23:54 +0000 (12:23 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2019 15:38:06 +0000 (09:38 -0600)
commit7400107e467da52c7e6772b677f69f4464f6d2ce
tree0584a507e235ad11f4020f48555f9a754d1d4df2
parent96b6c506ca162b97ece5a59c0d2619173e6bfad8
binman: Move Image.BuildImage() into a single function

Now that an Image is an Entry_section, there is no need for the separate
BuildSection() function. Drop it and add a bit of logging.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/image.py