diff options
author | Marek Vasut <marek.vasut@mailbox.org> | 2025-05-12 17:58:39 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-05-30 10:19:24 -0600 |
commit | e15282f943b42647478ec158011656df7cf12ec2 (patch) | |
tree | 6e63bb0239b49dfa63343a2679ba6debac6caf8e /arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.h | |
parent | c7f360f20d848f9e2b607885a280084290732566 (diff) |
image: Fix FIT image loadable section custom processing
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().
Fixes: d7be50921ed3 ("image: Add FIT image loadable section custom processing")
Signed-off-by: Marek Vasut <marek.vasut@mailbox.org>
Diffstat (limited to 'arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.h')
0 files changed, 0 insertions, 0 deletions