binman: Tidy up comment for Bintoolfdt_add_pubkey.run()
This function returns a value, so add documentation for it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user