binman: Update control.WriteEntry() to support writing the map
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2019 18:24:12 +0000 (12:24 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2019 15:38:06 +0000 (09:38 -0600)
commit3ad804e6bd1d1b9d3a669a053796ae4341e235dc
treed0ba6a6326059337a7edad8080c1259ec8c9b4c5
parent22a76b7428e74c4193f4356f6caeeda69628cf64
binman: Update control.WriteEntry() to support writing the map

Add the ability to write a new map file. Also tidy up a few comments and
rename a misleading variable.

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