diff options
author | Sam Edwards <cfsworks@gmail.com> | 2025-03-15 15:18:13 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-04-02 14:33:50 -0600 |
commit | 358d1cc232c30091767ce192e74169e7861ae58a (patch) | |
tree | 2eb587dad7472ffa905860a64c4a29dce0604fde /tools/u_boot_pylib/command.py | |
parent | 17d830cb4b6cdbac56d41938d455820fd7a96a89 (diff) |
spl: Align FDT load address
While the image size is generally a multiple of 8 bytes, this is not
actually guaranteed; some linkers (like LLD) will shave a few bytes off
of the end of output sections if there are no content bytes there. Since
libfdt imposes a hard rule of 8-byte alignment, make the SPL also be
explicit about the alignment when loading the FDT.
Signed-off-by: Sam Edwards <CFSworks@gmail.com>
Diffstat (limited to 'tools/u_boot_pylib/command.py')
0 files changed, 0 insertions, 0 deletions