]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
binman: Tidy up comment for Bintoolfdt_add_pubkey.run()
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2024 10:49:34 +0000 (11:49 +0100)
committerSimon 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

index a50774200c99c3de3bf77577633eda6d0ceb16e2..75a9716ad7287979425dd0cd6912df00578d7d6f 100644 (file)
@@ -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: