summaryrefslogtreecommitdiff
path: root/tools/binman
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2018-06-01 09:38:17 -0600
committerSimon Glass <sjg@chromium.org>2018-06-07 11:25:08 -0800
commit258fb0e677b63e5b92413eae1f05f82213d9e43a (patch)
treece18a16e63d1f156ecabf0a7c9f4d4c593148841 /tools/binman
parent1854695bd8af298d522fbb4bf0d8d9a3e1c6b33f (diff)
binman: Add documentation for pos-unset property
This property is not documented. Add a note to the README. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman')
-rw-r--r--tools/binman/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/binman/README b/tools/binman/README
index 5ef1246f296..32d89194dd0 100644
--- a/tools/binman/README
+++ b/tools/binman/README
@@ -316,6 +316,13 @@ type:
possible to use any name, and then add (for example) 'type = "u-boot"'
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
to those for entries.