commit | fa144223be431bfb543721df82e83ee728406b41 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 14 14:40:28 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 02 22:38:01 2023 -0400 |
tree | 52145e6f3d85c862e05486db288746879d685cd7 | |
parent | 02297bd626cb1461b28b5ba5442eb437b1324d30 [diff] |
binman: Replace FILENAME_ALIGN 16 with ATTRIBUTE_ALIGN 4 cbfsutil changed to 4-byte alignment for filenames instead of 16. Adjust the binman implementation to do the same. This mirrors commit 5779ca718c in coreboot. Signed-off-by: Simon Glass <sjg@chromium.org>