]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Split node-reading out from constructor in files
authorSimon Glass <sjg@chromium.org>
Tue, 6 Jul 2021 16:36:38 +0000 (10:36 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Jul 2021 16:27:35 +0000 (10:27 -0600)
commit90ebaa56986f9d1d53fa91cae25fc03ffc39f620
tree6bfc3cea1febfcc9d7c922a83c51f7be0d5a6185
parent716dcb614ef93545de8eee99322841b58a673c64
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>
tools/binman/etype/files.py