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

Simon Glass sjg at chromium.org
Thu Jul 22 04:11:59 CEST 2021


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!


More information about the U-Boot mailing list