commit | 9939e441cb7d4e1599bab2d7f6e75e2192024aa3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Nov 23 11:03:52 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Dec 02 09:16:30 2021 -0700 |
tree | 79ab5f2dcdc6df3286e94b4392276e0b329ffc30 | |
parent | 5bd3a670adca2ae18871f80a865ea18c020ddb96 [diff] |
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>