On Mon, 12 May 2025 17:58:39 +0200, Marek Vasut wrote: > The original commit always generated linker list entries with the same > entry variable name, because _function passed to ll_entry_declare() is > not a variable and therefore was interpreted as fixed string. Change it > to _type which is a variable and which does allow generation of multiple > unique linker list entries, one for each U_BOOT_FIT_LOADABLE_HANDLER(). > > > [...]
Applied to u-boot/next, thanks! [1/1] image: Fix FIT image loadable section custom processing commit: e15282f943b42647478ec158011656df7cf12ec2 -- Tom