]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Adjust mkimage etype node reading
authorSimon Glass <sjg@chromium.org>
Sat, 13 Aug 2022 17:40:45 +0000 (11:40 -0600)
committerSimon Glass <sjg@chromium.org>
Sun, 21 Aug 2022 00:07:32 +0000 (18:07 -0600)
commitb8830cab5a4114037f8fad51d5b00b8e31866aff
tree44b332a123d4ec42334b38bad71f59352595f30b
parentd7cc42220ca5b74ab4df4588f35e65f371221642
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>
tools/binman/etype/mkimage.py