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)
commit1e99bc2923afa9c7a0e17895eec2d152c9187a80
treefeae1831a6ac42e0194015d3e1c8fe0ad73e23a0
parent557693ef7edaf66c43e709b33e7c98d7371c083c
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