commit | c030b40231c36a1107706f9ac3bc6ceda6b7fa2b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Mar 27 14:26:18 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 18 17:53:56 2022 -0400 |
tree | e16be85f0aad73bd5f76ed52460dc166de89857b | |
parent | b504d99cbb389ea0db8cafbe08831807cddf19f7 [diff] |
sandbox: Align linker lists to a 32-byte boundary Use this larger boundary to ensure that linker lists at least start on the maximum possible alignment boundary. See also the CONFIG_LINKER_LIST_ALIGN setting, but that is host-arch-specific, so it seems better to use the largest value for every host architecture. Signed-off-by: Simon Glass <sjg@chromium.org>