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 <s...@chromium.org> --- (no changes since v1) tools/binman/README.entries | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/binman/README.entries b/tools/binman/README.entries index 999b77690f0..7cca030409e 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 -- 2.31.0.rc2.261.g7f71774620-goog