[PATCH] arm: spl: Fix DTB offset after binman symbol table
Fabio Estevam
festevam at gmail.com
Mon Jan 26 13:44:53 CET 2026
Hi Ilias,
On Mon, Jan 26, 2026 at 3:29 AM Ilias Apalodimas
<ilias.apalodimas at linaro.org> wrote:
> Fabio can you please try this
> diff --git a/arch/arm/cpu/u-boot-spl.lds b/arch/arm/cpu/u-boot-spl.lds
> index d780a5060774..af9f3a3c39c0 100644
> --- a/arch/arm/cpu/u-boot-spl.lds
> +++ b/arch/arm/cpu/u-boot-spl.lds
> @@ -51,8 +51,8 @@ SECTIONS
> __rel_dyn_start = .;
> *(.rel*)
> __rel_dyn_end = .;
> - . = ALIGN(8);
> }
> + . = ALIGN(8);
>
> _image_binary_end = .;
> _end = .;
Yes, this works. This is a partial revert of 8b0ebe054bb3.
Thanks
More information about the U-Boot
mailing list