binman: Move image-processing code into a function
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2019 18:23:24 +0000 (12:23 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2019 15:38:05 +0000 (09:38 -0600)
commitb88e81c622fd683f59498b03d34c88ce7fe68184
treea444795812a0bb4b1bbd000e4230eea1afcf0272
parent1000096b06ea53487b3457eb1d0d1704276c1c62
binman: Move image-processing code into a function

The Binman() function is very long. Split out the image code to make it
more manageable.

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