]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
binman: Correct comment in blob_dtb GetFdtEtype()
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2024 10:49:38 +0000 (11:49 +0100)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2024 14:42:18 +0000 (08:42 -0600)
The filenames are a bit confused. Fix them.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/etype/blob_dtb.py

index d543de9f759beab5278836f32485457c00340cdd..1471ded221194fd2ed9a2345332514cbc17b06be 100644 (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'
         """