commit | edd4b6ea41075b34619e774dba3d232b12c1ea53 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 06 10:36:38 2021 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 21 10:27:35 2021 -0600 |
tree | 6bfc3cea1febfcc9d7c922a83c51f7be0d5a6185 | |
parent | c69d19c8f829d3320db5224f9f28d13cfb16049e [diff] |
binman: Split node-reading out from constructor in files 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>