git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d720be4
)
binman: Correct comment in blob_dtb GetFdtEtype()
author
Simon Glass
<sjg@chromium.org>
Sat, 20 Jul 2024 10:49:38 +0000
(11:49 +0100)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/tools/binman/etype/blob_dtb.py
b/tools/binman/etype/blob_dtb.py
index
d543de9
..
1471ded
100644
(file)
--- 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'
"""