binman: Update IFWI entry to read entries outside constructor
authorSimon Glass <sjg@chromium.org>
Sat, 24 Aug 2019 13:23:09 +0000 (07:23 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 15 Oct 2019 14:40:02 +0000 (08:40 -0600)
commitafc68a8a4d068a7cbfdb6f85ad7d474b901ad4fb
tree9e41f8974c5c2c286a6123967146c078006fb7e4
parent7d645e08d6cf0c926d1fdfccd6e72d73ced0b68e
binman: Update IFWI entry to read entries outside constructor

At present this class reads its entries in the constructor. This is not
how things should be done now. Update it.

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