]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Drop the underscore in _ReadEntries()
authorSimon Glass <sjg@chromium.org>
Tue, 23 Nov 2021 18:03:45 +0000 (11:03 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 2 Dec 2021 16:16:30 +0000 (09:16 -0700)
commit803468860b61c45bd6f29cfce584b0df2894701e
treefeae1831a6ac42e0194015d3e1c8fe0ad73e23a0
parent56c8a4df02be45e0d5ad5a2e484d87896ef2d3d2
binman: Drop the underscore in _ReadEntries()

This function can be overridden so should not have an underscore. Drop it.

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