On Thu, 05 Feb 2026 17:41:58 -0600, Tom Rini wrote:

> Historically, when we have an appended device tree and also our
> resulting binary will contain the BSS section, we have ensured that
> everything will be where it's expected to be by declaring that the BSS
> is overlayed with a symbol matches the end of the port of the ELF binary
> that is objcopy'd to the binary we concatenate with. This in turn means
> that the logic to generate a "pad" file, which is the size found in the
> __bss_size symbol, will be correct and then we can concatenate the
> device tree and it will begin at __bss_size at run time.
> 
> [...]

Applied to u-boot/master, thanks!

[1/1] arm: spl: Ensure 8 byte alignment of appended DTB without separate BSS
      commit: 89965b5eb597d50d052ee79b531f17495cff6f29
-- 
Tom


Reply via email to