Re: [PATCH 06/10] sandbox: Align linker lists to a 32-byte boundary

2022-04-19 Thread Tom Rini
On Sun, Mar 27, 2022 at 02:26:18PM -0600, Simon Glass wrote: > 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

[PATCH 06/10] sandbox: Align linker lists to a 32-byte boundary

2022-03-27 Thread Simon Glass
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 ---