projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb833d8
)
binman: Add a missing comment in Entry_vblock
author
Simon Glass
<
[email protected]
>
Fri, 26 Apr 2019 03:58:35 +0000
(21:58 -0600)
committer
Bin Meng
<
[email protected]
>
Wed, 8 May 2019 04:44:07 +0000
(12:44 +0800)
An important property is missing. Update the entry comment to include
this.
Signed-off-by: Simon Glass <
[email protected]
>
Reviewed-by: Bin Meng <
[email protected]
>
tools/binman/etype/vblock.py
patch
|
blob
|
history
diff --git
a/tools/binman/etype/vblock.py
b/tools/binman/etype/vblock.py
index c4d970ed160f31d69a19e4bf8e833ed6abd3d086..334ff9f966a901c8869312c1efe26e16168dba2a 100644
(file)
--- 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)