mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-12 02:06:59 +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:
parent
de43855091
commit
ccbe7dbc3f
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user