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 at chromium.org> --- tools/binman/etype/files.py | 3 +++ 1 file changed, 3 insertions(+) Applied to u-boot-dm, thanks!