Commits
Simon Glass committed a8573c4c8fb
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>