commit | 1c65a54d6d683e9cc90c898f2e3d96210dcbeb7f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 13 11:40:45 2022 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Aug 20 18:07:32 2022 -0600 |
tree | 44b332a123d4ec42334b38bad71f59352595f30b | |
parent | cdadadab7df4a938c54131b40828e7b4dfd5ef2f [diff] |
binman: Adjust mkimage etype node reading Since this is implemented as a section, it should really be split into several functions, one to read the node and one to read the entries. Do this so that it matches how Entry_section works. Signed-off-by: Simon Glass <sjg@chromium.org>