]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitc13416b695d9e9268046ea546400a41cf6f516c7
treecadfc4b79017038c129499eac009549bf9429c73
parentcc901d2c754c5af6301f4cb9f84c367d24d25937
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