[PATCH 08/20] binman: Correct comment in blob_dtb GetFdtEtype()
Simon Glass
sjg at chromium.org
Sat Jul 20 12:49:38 CEST 2024
The filenames are a bit confused. Fix them.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
tools/binman/etype/blob_dtb.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/tools/binman/etype/blob_dtb.py b/tools/binman/etype/blob_dtb.py
index d543de9f759..1471ded2211 100644
--- a/tools/binman/etype/blob_dtb.py
+++ b/tools/binman/etype/blob_dtb.py
@@ -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'
"""
--
2.34.1
More information about the U-Boot
mailing list