]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Replace FILENAME_ALIGN 16 with ATTRIBUTE_ALIGN 4
authorSimon Glass <sjg@chromium.org>
Sat, 14 Oct 2023 20:40:28 +0000 (14:40 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 3 Nov 2023 02:38:01 +0000 (22:38 -0400)
commitab326010a975e08c00ceb5968cdbcdec5eb8a966
tree52145e6f3d85c862e05486db288746879d685cd7
parente9199a74e03290826a985c608d60d921a0deffc0
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>
tools/binman/cbfs_util.py
tools/binman/cbfs_util_test.py
tools/binman/ftest.py