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:
018646c
)
binman: Tidy up comment for Bintoolfdt_add_pubkey.run()
author
Simon Glass
<sjg@chromium.org>
Sat, 20 Jul 2024 10:49:34 +0000
(11:49 +0100)
committer
Simon Glass
<sjg@chromium.org>
Mon, 29 Jul 2024 14:42:18 +0000
(08:42 -0600)
This function returns a value, so add documentation for it.
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/btool/fdt_add_pubkey.py
patch
|
blob
|
history
diff --git
a/tools/binman/btool/fdt_add_pubkey.py
b/tools/binman/btool/fdt_add_pubkey.py
index
a507742
..
75a9716
100644
(file)
--- a/
tools/binman/btool/fdt_add_pubkey.py
+++ b/
tools/binman/btool/fdt_add_pubkey.py
@@
-32,6
+32,10
@@
class Bintoolfdt_add_pubkey(bintool.Bintool):
verified for the image / configuration to be considered valid.
algo (str): Cryptographic algorithm. Optional parameter,
default value: sha1,rsa2048
+
+ Returns:
+ CommandResult: Resulting output from the bintool, or None if the
+ tool is not present
"""
args = []
if algo: