From 0b96f6ecbe8f68232adeb4340883aaeee5d63bd5 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 25 Apr 2019 21:58:35 -0600 Subject: [PATCH] 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 --- tools/binman/etype/vblock.py | 1 + 1 file changed, 1 insertion(+) 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) -- 2.7.4