[PATCH 03/15] binman: cbfs: Fix IFWI typo
Simon Glass
sjg at chromium.org
Mon Jun 8 21:20:12 CEST 2020
This comment references the wrong thing. Fix it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
tools/binman/etype/cbfs.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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()
--
2.27.0.278.ge193c7cf3a9-goog
More information about the U-Boot
mailing list