summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-07-10 03:39:27 +0300
committerSimon Glass <sjg@chromium.org>2020-07-20 20:37:47 +0300
commitccbe7dbc3f0ac390fa94f86d21f4ce620738523c (patch)
treebe6988cc933e34553f683baf3989cf43e228a396 /tools
parentde438550913b67765b71172e10e130452bc7f61f (diff)
downloadu-boot-ccbe7dbc3f0ac390fa94f86d21f4ce620738523c.tar.xz
binman: cbfs: Fix IFWI typo
This comment references the wrong thing. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/binman/etype/cbfs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/etype/cbfs.py b/tools/binman/etype/cbfs.py
index e9aed8310c..744a32fa0c 100644
--- a/tools/binman/etype/cbfs.py
+++ b/tools/binman/etype/cbfs.py
@@ -204,7 +204,7 @@ class Entry_cbfs(Entry):
return True
def _ReadSubnodes(self):
- """Read the subnodes to find out what should go in this IFWI"""
+ """Read the subnodes to find out what should go in this CBFS"""
for node in self._node.subnodes:
entry = Entry.Create(self, node)
entry.ReadNode()