[PATCH 14/17] binman: Use normal entries in cbfs
Simon Glass
sjg at chromium.org
Thu Dec 2 22:17:53 CET 2021
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 at chromium.org>
---
tools/binman/etype/cbfs.py | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list