
22 Jul
2021
22 Jul
'21
4:11 a.m.
The constructor should not read the node information. Move it to the ReadNode() method instead. This allows this etype to be subclassed.
Signed-off-by: Simon Glass sjg@chromium.org ---
tools/binman/etype/files.py | 3 +++ 1 file changed, 3 insertions(+)
Applied to u-boot-dm, thanks!