diff options
author | Simon Glass <sjg@chromium.org> | 2018-09-14 04:57:29 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2018-09-29 11:49:35 -0600 |
commit | ba64a0bbb7b7128479a97fdf58baa9ddfbfe4db6 (patch) | |
tree | bda0f81481e31aa9563906e2049124b610652b96 /tools/binman/README | |
parent | 0a98b28b06800da48f006069fe14e47dd399d2ff (diff) | |
download | u-boot-ba64a0bbb7b7128479a97fdf58baa9ddfbfe4db6.tar.gz |
binman: Support expanding entries
It is useful to have entries which can grow automatically to fill
available space. Add support for this.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/README')
-rw-r--r-- | tools/binman/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/binman/README b/tools/binman/README index d6871946ab..6aa5b38419 100644 --- a/tools/binman/README +++ b/tools/binman/README @@ -330,6 +330,10 @@ image-pos: for each entry. This makes it easy to find out exactly where the entry ended up in the image, regardless of parent sections, etc. +expand-size: + Expand the size of this entry to fit available space. This space is only + 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. |