]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Use normal entries in cbfs
authorSimon Glass <sjg@chromium.org>
Tue, 23 Nov 2021 18:03:51 +0000 (11:03 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 2 Dec 2021 16:16:30 +0000 (09:16 -0700)
commitb1393e9d0e76a2458c1890a8b87669d6587d20ab
tree0f994ee34df735e649dd303cf62104c84aa45e3f
parent2439b081b19205776b68cc71769341db4884d1c8
binman: Use normal entries in cbfs

This currently uses _cbfs_entries[] to store entries. Since the entries
are in fact valid etypes, we may as well use the same name as
entry_Section uses, which is _entries. This allows reusing more of the
code there (in a future patch).

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/etype/cbfs.py