]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commite27d5ef79cd1e2241ce72168c55342687ab0919e
tree9e41f8974c5c2c286a6123967146c078006fb7e4
parent9e9b23a9d6c264c37172e1027239e4caa0d766fb
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