]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
binman: cbfs: Fix IFWI typo
authorSimon Glass <sjg@chromium.org>
Fri, 10 Jul 2020 00:39:27 +0000 (18:39 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 25 Jul 2020 01:25:15 +0000 (19:25 -0600)
This comment references the wrong thing. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
tools/binman/etype/cbfs.py

index e9aed8310c7cba9a6a537fa37677d9dd14db00a0..744a32fa0c231bbccf19861e5e25fda6f9d7e3c6 100644 (file)
@@ -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()