commit | ff1df8c10f4182164da780f9e7098a5ac8436cde | [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 | 0cf5bce3a3341f9ee757a913aaf06d9c250830d1 [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>