aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-03-18 20:24:53 +1300
committerSimon Glass <sjg@chromium.org>2021-03-22 19:23:29 +1300
commit9348104fde5ac61cc0d3842177d3be14cbbad4ce (patch)
tree348b0b959600b6d186673eb35b9c2e6c8f200db4
parentcae00259b51f3182e5f3ae99de6fa319abf2ec6f (diff)
downloadu-boot-9348104fde5ac61cc0d3842177d3be14cbbad4ce.zip
u-boot-9348104fde5ac61cc0d3842177d3be14cbbad4ce.tar.gz
u-boot-9348104fde5ac61cc0d3842177d3be14cbbad4ce.tar.bz2
binman: Update entry help for files-align
Regenerate the entry documentation, which step was missed when the files-align feature was added. Fixes: 6eb9932668f ("binman: Support alignment of files") Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r--tools/binman/README.entries1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/binman/README.entries b/tools/binman/README.entries
index 999b776..7cca030 100644
--- a/tools/binman/README.entries
+++ b/tools/binman/README.entries
@@ -302,6 +302,7 @@ Properties / Entry arguments:
- files-compress: Compression algorithm to use:
none: No compression
lz4: Use lz4 compression (via 'lz4' command-line utility)
+ - files-align: Align each file to the given alignment
This entry reads a number of files and places each in a separate sub-entry
within this entry. To access these you need to enable device-tree updates