aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-07-09 18:39:27 -0600
committerSimon Glass <sjg@chromium.org>2020-07-24 19:25:15 -0600
commit5de9b9c03c65e834361bf50e525fc5af889e0ff4 (patch)
tree359f4ca8832ade398a09edc21df847bd9c57a2eb /tools
parent6c8e0bfe6e379408bcc80224f74ba47e5f82505e (diff)
downloadu-boot-5de9b9c03c65e834361bf50e525fc5af889e0ff4.zip
u-boot-5de9b9c03c65e834361bf50e525fc5af889e0ff4.tar.gz
u-boot-5de9b9c03c65e834361bf50e525fc5af889e0ff4.tar.bz2
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 e9aed83..744a32f 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()