binman: Move control.WriteEntry further down the file
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2019 18:24:11 +0000 (12:24 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2019 15:38:06 +0000 (09:38 -0600)
commit22a76b7428e74c4193f4356f6caeeda69628cf64
tree6c5ef5298a903b36b8b615b279c802eb878e87b3
parentf86a736349bd520fffb55bb9dbe3d63816780d67
binman: Move control.WriteEntry further down the file

Move this function after the extraction logic so we can keep the writing
logic in one place.

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