mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 23:37:01 +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
de43855091
commit
ccbe7dbc3f
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…
Add table
Reference in a new issue