summaryrefslogtreecommitdiff
path: root/tools/binman/etype/fit.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-11-24 07:09:53 +0300
committerSimon Glass <sjg@chromium.org>2021-12-05 19:23:15 +0300
commit5bf81216463dbeb5b5dcdbc22e2f5c8589c333fb (patch)
tree8d992a5dc77990cd8ebbe581e73e24356ead48ad /tools/binman/etype/fit.py
parentcc2c50042690151b1b31d9b6d0f1a9dc5831ee5f (diff)
downloadu-boot-5bf81216463dbeb5b5dcdbc22e2f5c8589c333fb.tar.xz
binman: Rename _ReadSubnodes() to ReadEntries()
This method name is more commonly used for this function. Use it consistently. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/etype/fit.py')
-rw-r--r--tools/binman/etype/fit.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/binman/etype/fit.py b/tools/binman/etype/fit.py
index 6936f5736a..b41187df80 100644
--- a/tools/binman/etype/fit.py
+++ b/tools/binman/etype/fit.py
@@ -136,10 +136,10 @@ class Entry_fit(Entry):
str)])[0]
def ReadNode(self):
- self._ReadSubnodes()
+ self.ReadEntries()
super().ReadNode()
- def _ReadSubnodes(self):
+ def ReadEntries(self):
def _AddNode(base_node, depth, node):
"""Add a node to the FIT