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)
commit3fc20fd8055f59137293e487244d8b3d885bbbe5
tree79ab5f2dcdc6df3286e94b4392276e0b329ffc30
parent080f859cf180e860ec5f3c8b7940820c5a32b02a
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