mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 09:12:08 +02:00
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>
This commit is contained in:
@@ -204,7 +204,7 @@ class Entry_cbfs(Entry):
|
|||||||
return True
|
return True
|
||||||
|
|
||||||
def _ReadSubnodes(self):
|
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:
|
for node in self._node.subnodes:
|
||||||
entry = Entry.Create(self, node)
|
entry = Entry.Create(self, node)
|
||||||
entry.ReadNode()
|
entry.ReadNode()
|
||||||
|
Reference in New Issue
Block a user