Re: [PATCH v2] ARM: Align image end to 8 bytes to fit DT alignment

2025-06-03 Thread Tom Rini
On Sun, 18 May 2025 18:02:58 +0200, Marek Vasut wrote: > Align U-Boot image end to 8 bytes to make sure DT alignment requirement > is fulfilled. This fixes a possible failure in fdt_find_separate() in > case the U-Boot image is aligned to 4 Bytes and DT is appended at the > end at already 8 Byte a

[PATCH v2] ARM: Align image end to 8 bytes to fit DT alignment

2025-05-18 Thread Marek Vasut
Align U-Boot image end to 8 bytes to make sure DT alignment requirement is fulfilled. This fixes a possible failure in fdt_find_separate() in case the U-Boot image is aligned to 4 Bytes and DT is appended at the end at already 8 Byte aligned offset. Link: https://source.denx.de/u-boot/u-boot/-/iss