diff options
author | Simon Glass | 2018-09-14 04:57:30 -0600 |
---|---|---|
committer | Simon Glass | 2018-09-29 11:49:35 -0600 |
commit | 9c888cca5e87e28e9addcffae9810fee481428a8 (patch) | |
tree | 6d8cf0257538b8405f80bdca833b0bc72d980d7a /tools/binman | |
parent | ba64a0bbb7b7128479a97fdf58baa9ddfbfe4db6 (diff) |
binman: Mention section attributes in docs
Images and sections have the same attributes, since an image is mostly
just a top-level section. Update the docs to explain this.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman')
-rw-r--r-- | tools/binman/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/binman/README b/tools/binman/README index 6aa5b38419e..cf1a06d164d 100644 --- a/tools/binman/README +++ b/tools/binman/README @@ -335,8 +335,8 @@ expand-size: limited by the size of the image/section and the position of the next entry. -The attributes supported for images are described below. Several are similar -to those for entries. +The attributes supported for images and sections are described below. Several +are similar to those for entries. size: Sets the image size in bytes, for example 'size = <0x100000>' for a |