]> git.baikalelectronics.ru Git - uboot.git/commit
sandbox: Align linker lists to a 32-byte boundary
authorSimon Glass <sjg@chromium.org>
Sun, 27 Mar 2022 20:26:18 +0000 (14:26 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 18 Apr 2022 21:53:56 +0000 (17:53 -0400)
commit4dabc3c6bd58ef34e8cd66d882158a9e3fff228a
treee16be85f0aad73bd5f76ed52460dc166de89857b
parentbc26e72a6c0125716db40f4f0cb41ce8299cf3f5
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>
arch/sandbox/cpu/u-boot-spl.lds
arch/sandbox/cpu/u-boot.lds