commit | a2af73090b8e30732824e860dd7d62978a079f38 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jan 06 21:35:18 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sat Jan 30 14:25:41 2021 -0700 |
tree | 6c4b726aaceedc0f28c522457dc14438a86316e9 | |
parent | 220c622bec48a802cdc47128e375579ada2e4760 [diff] |
binman: Support alignment of files When packing files it is sometimes useful to align the start of each file, e.g. if the flash driver can only access 32-bit-aligned data. Provides a new property to support this. Signed-off-by: Simon Glass <sjg@chromium.org>