From: Simon Glass Date: Fri, 26 Apr 2019 03:58:35 +0000 (-0600) Subject: binman: Add a missing comment in Entry_vblock X-Git-Tag: v2019.07-rc2~14^2~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b96f6ecbe8f68232adeb4340883aaeee5d63bd5;p=platform%2Fkernel%2Fu-boot.git binman: Add a missing comment in Entry_vblock An important property is missing. Update the entry comment to include this. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- diff --git a/tools/binman/etype/vblock.py b/tools/binman/etype/vblock.py index c4d970e..334ff9f 100644 --- a/tools/binman/etype/vblock.py +++ b/tools/binman/etype/vblock.py @@ -18,6 +18,7 @@ class Entry_vblock(Entry): """An entry which contains a Chromium OS verified boot block Properties / Entry arguments: + - content: List of phandles to entries to sign - keydir: Directory containing the public keys to use - keyblock: Name of the key file to use (inside keydir) - signprivate: Name of provide key file to use (inside keydir)