From: Simon Glass Date: Sat, 20 Jul 2024 10:49:38 +0000 (+0100) Subject: binman: Correct comment in blob_dtb GetFdtEtype() X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=32fdd92e36d4fdc9beae7a405b90b61301e52bed;p=u-boot.git binman: Correct comment in blob_dtb GetFdtEtype() The filenames are a bit confused. Fix them. Signed-off-by: Simon Glass --- diff --git a/tools/binman/etype/blob_dtb.py b/tools/binman/etype/blob_dtb.py index d543de9f75..1471ded221 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' """