1
0
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:
Simon Glass
2024-07-20 11:49:38 +01:00
parent d720be4766
commit 32fdd92e36

View File

@@ -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'
"""