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)
commit080f859cf180e860ec5f3c8b7940820c5a32b02a
tree0f994ee34df735e649dd303cf62104c84aa45e3f
parent8cb069ab7467cd4b0a1a4f3fa18ed358c9179557
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