mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
binman: Fix up the entry-docs for Entry_pre_load
This has got out of sync and needs a line wrap. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
10463136fd
commit
24474dc20a
2 changed files with 4 additions and 2 deletions
|
@ -1231,7 +1231,8 @@ Entry: pre-load: Pre load image header
|
|||
--------------------------------------
|
||||
|
||||
Properties / Entry arguments:
|
||||
- pre-load-key-path: Path of the directory that store key (provided by the environment variable PRE_LOAD_KEY_PATH)
|
||||
- pre-load-key-path: Path of the directory that store key (provided by
|
||||
the environment variable PRE_LOAD_KEY_PATH)
|
||||
- content: List of phandles to entries to sign
|
||||
- algo-name: Hash and signature algo to use for the signature
|
||||
- padding-name: Name of the padding (pkcs-1.5 or pss)
|
||||
|
|
|
@ -37,7 +37,8 @@ class Entry_pre_load(Entry_collection):
|
|||
"""Pre load image header
|
||||
|
||||
Properties / Entry arguments:
|
||||
- pre-load-key-path: Path of the directory that store key (provided by the environment variable PRE_LOAD_KEY_PATH)
|
||||
- pre-load-key-path: Path of the directory that store key (provided by
|
||||
the environment variable PRE_LOAD_KEY_PATH)
|
||||
- content: List of phandles to entries to sign
|
||||
- algo-name: Hash and signature algo to use for the signature
|
||||
- padding-name: Name of the padding (pkcs-1.5 or pss)
|
||||
|
|
Loading…
Reference in a new issue