commit | 2b8d2ccdc91318a47963069373e5244d5abea3c7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 20 18:22:41 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 31 11:01:31 2022 -0400 |
tree | e9c9b82c9d931d687be02abc6b819423953f5428 | |
parent | 3e62adc497edbe5e884ebb59f2692cedfeb5887c [diff] |
spl: Use binman suffix allow symbols of any SPL etype At present we use symbols for the u-boot-spl entry, but this is not always what we want. For example, sandbox actually jumps to a u-boot-spl-elf entry, since sandbox executables are ELF files. We already handle this with U-Boot by using the '-any' suffix. Add it for SPL as well. Signed-off-by: Simon Glass <sjg@chromium.org>