diff mbox series

[U-Boot,v2,03/50] binman: Add a missing comment in Entry_vblock

Message ID 20190426035922.20596-4-sjg@chromium.org
State Accepted
Delegated to: Bin Meng
Headers show
Series x86: Add support for booting from TPL | expand

Commit Message

Simon Glass April 26, 2019, 3:58 a.m. UTC
An important property is missing. Update the entry comment to include
this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
---

Changes in v2: None

 tools/binman/etype/vblock.py | 1 +
 1 file changed, 1 insertion(+)

Comments

Bin Meng May 1, 2019, 3:16 p.m. UTC | #1
On Fri, Apr 26, 2019 at 11:59 AM Simon Glass <sjg@chromium.org> wrote:
>
> An important property is missing. Update the entry comment to include
> this.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
> ---
>
> Changes in v2: None
>
>  tools/binman/etype/vblock.py | 1 +
>  1 file changed, 1 insertion(+)
>

applied to u-boot-x86, thanks!
diff mbox series

Patch

diff --git a/tools/binman/etype/vblock.py b/tools/binman/etype/vblock.py
index c4d970ed160..334ff9f966a 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)