]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit8706e482cc7f80d8f9717bdd08a3001b2be18546
tree0584a507e235ad11f4020f48555f9a754d1d4df2
parentce89a2d05aefab35f8c1b42ae9953e5124d26ba9
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