]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Rename ExpandEntries to gen_entries
authorSimon Glass <sjg@chromium.org>
Sun, 6 Mar 2022 03:19:00 +0000 (20:19 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 19 Mar 2022 01:24:25 +0000 (19:24 -0600)
commita3053fb689e22b37106cbaf8c208665f2539fc5b
treec1795b4a34ff81bbff6e2d7f49adfdb934a057e7
parenta139a1dd13203c40c9d06d8a33a7ee63f1a417dd
binman: Rename ExpandEntries to gen_entries

Leave the 'expand' term for use by entry types which have an expanded
version of themselves. Rename this method to indicate that it generates
subentries.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
tools/binman/control.py
tools/binman/entry.py
tools/binman/etype/blob_phase.py
tools/binman/etype/files.py
tools/binman/etype/section.py