mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
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 <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
eb833d871d
commit
0b96f6ecbe
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ class Entry_vblock(Entry):
|
||||||
"""An entry which contains a Chromium OS verified boot block
|
"""An entry which contains a Chromium OS verified boot block
|
||||||
|
|
||||||
Properties / Entry arguments:
|
Properties / Entry arguments:
|
||||||
|
- content: List of phandles to entries to sign
|
||||||
- keydir: Directory containing the public keys to use
|
- keydir: Directory containing the public keys to use
|
||||||
- keyblock: Name of the key file to use (inside keydir)
|
- keyblock: Name of the key file to use (inside keydir)
|
||||||
- signprivate: Name of provide key file to use (inside keydir)
|
- signprivate: Name of provide key file to use (inside keydir)
|
||||||
|
|
Loading…
Add table
Reference in a new issue