diff options
| author | Marek Vasut <[email protected]> | 2025-11-13 12:54:51 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-11-28 10:20:17 -0600 |
| commit | 8fbcc0e0e839a8e25f636c76e59311033d3817b5 (patch) | |
| tree | 3e854082bbeebbe188f828d6e5df66f5a2bde293 /scripts/checkstack.pl | |
| parent | 4a4871e3dc38f3f771d2713b805e79e6191b4297 (diff) | |
boot: Assure FDT is always at 8-byte aligned address
The fitImage may contain FDT at 4-byte aligned address, because alignment
of DT tags is 4 bytes. However, libfdt and also Linux expects DT to be at
8-byte aligned address. Make sure that the DTs embedded in fitImages are
always used from 8-byte aligned addresses. In case the DT is decompressed,
make sure the target buffer is 8-byte aligned. In case the DT is only
loaded, make sure the target buffer is 8-byte aligned too.
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'scripts/checkstack.pl')
0 files changed, 0 insertions, 0 deletions
