Skip to content
Snippets Groups Projects
Commit 258fb0e6 authored by Simon Glass's avatar Simon Glass
Browse files

binman: Add documentation for pos-unset property


This property is not documented. Add a note to the README.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 1854695b
No related branches found
No related tags found
No related merge requests found
...@@ -316,6 +316,13 @@ type: ...@@ -316,6 +316,13 @@ type:
possible to use any name, and then add (for example) 'type = "u-boot"' possible to use any name, and then add (for example) 'type = "u-boot"'
to specify the type. to specify the type.
pos-unset:
Indicates that the position of this entry should not be set by placing
it immediately after the entry before. Instead, is set by another
entry which knows where this entry should go. When this boolean
property is present, binman will give an error if another entry does
not set the position (with the GetPositions() method).
The attributes supported for images are described below. Several are similar The attributes supported for images are described below. Several are similar
to those for entries. to those for entries.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment