[PATCH v2] arm: aspeed: Fix AST2600 SPL external DTB alignment
Tom Rini
trini at konsulko.com
Tue Jun 23 19:55:18 CEST 2026
On Sat, 20 Jun 2026 16:07:24 +0100, Quentin Strydom wrote:
> For AST2600 SPL with CONFIG_SPL_SEPARATE_BSS=y and
> CONFIG_OF_SEPARATE=y, fdt_find_separate() expects the appended control
> DTB at _image_binary_end.
>
> The AST2600 SPL linker script aligned _image_binary_end via the
> .binman_sym_table section. In builds where that section has no emitted
> contents, objcopy -O binary does not include the alignment bytes in
> spl/u-boot-spl-nodtb.bin. This causes the nodtb binary to end before
> _image_binary_end, so the appended DTB is placed too early.
>
> [...]
Applied to u-boot/master, thanks!
[1/1] arm: aspeed: Fix AST2600 SPL external DTB alignment
commit: fcda974e36033ad5331a9b4a4a551af4e141ad7d
--
Tom
More information about the U-Boot
mailing list