]> git.baikalelectronics.ru Git - uboot.git/commit
binman: cbfs: Refactor the init process
authorSimon Glass <sjg@chromium.org>
Tue, 23 Nov 2021 18:03:52 +0000 (11:03 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 2 Dec 2021 16:16:30 +0000 (09:16 -0700)
commit74701c5442f72135aa377b8f753bbf763cf53f52
tree79ab5f2dcdc6df3286e94b4392276e0b329ffc30
parentb1393e9d0e76a2458c1890a8b87669d6587d20ab
binman: cbfs: Refactor the init process

Update the constructor to work in the recommended way, where the node
properties are read in a separate function. This makes it more similar to
entry_Section.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/etype/cbfs.py