mirror of
https://xff.cz/git/u-boot/
synced 2026-02-12 20:49:31 +01:00
binman: Correct comment in blob_dtb GetFdtEtype()
The filenames are a bit confused. Fix them. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -57,7 +57,9 @@ class Entry_blob_dtb(Entry_blob):
|
||||
def GetFdtEtype(self):
|
||||
"""Get the entry type of this device tree
|
||||
|
||||
This can be 'u-boot-dtb', 'u-boot-spl-dtb' or 'u-boot-tpl-dtb'
|
||||
This can be 'u-boot-dtb', 'u-boot-spl-dtb', 'u-boot-tpl-dtb' or
|
||||
'u-boot-vpl-dtb'
|
||||
|
||||
Returns:
|
||||
Entry type if any, e.g. 'u-boot-dtb'
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user