mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00: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:
parent
6c8e0bfe6e
commit
5de9b9c03c
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue