Re: [PATCH 3/6] binman: Split node-reading out from constructor in files

2021-07-21 Thread Simon Glass
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 --- tools/binman/etype/files.py | 3 +++ 1 file changed, 3 insertions(+) Applied to u-boot-dm, thanks!

[PATCH 3/6] binman: Split node-reading out from constructor in files

2021-07-06 Thread Simon Glass
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 --- tools/binman/etype/files.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/binman/etype/files.py b/tools/binman/e