binman: Move image/fdt code into PrepareImagesAndDtbs()
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2019 18:23:27 +0000 (12:23 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2019 15:38:05 +0000 (09:38 -0600)
commita8573c4c8fb07fbd7cc8db9828aae90fcfd5145d
treecadfc4b79017038c129499eac009549bf9429c73
parent7b773167c083752eabf88bd37d55976244a48f6c
binman: Move image/fdt code into PrepareImagesAndDtbs()

Further reduce the size of the main Binman() function by moving this setup
code into its own function.

Note that the 'images' value is accessed from other modules so must be made
a global.

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