On Mon, 12 Jan 2026 15:41:00 +0530, Beleswar Padhi wrote:
> Recent libfdt updates (commit 0535e46d55d7 "scripts/dtc: Update to
> upstream version v1.7.2-35-g52f07dcca47c") enforce strict 8-byte
> alignment for device tree blobs, as required by the device tree
> specification. This causes failures on platforms using
> CONFIG_SPL_MULTI_DTB_FIT, where DTBs were not properly aligned.
>
> The alignment issue occurs at two levels:
>
> [...]
Applied to u-boot/master, thanks!
[2/2] ARM: OMAP2+: Pad SPL binary to 8-byte alignment before DTB
commit: 85f586035d75132b2b60d5e593e1c0049f5d126a
--
Tom