u-boot: update to 2024.07
[openadk.git] / target / config / Config.in.elf2flt
blobd9bf282d46b80adfdfaf90ffeed25adf730bcaf1
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 choice
5 prompt "elf2flt version"
6 default ADK_TOOLCHAIN_ELF2FLT_2024_02
7 depends on ADK_TARGET_BINFMT_FLAT
9 config ADK_TOOLCHAIN_ELF2FLT_2024_02
10         bool "2024.02"
11         depends on !ADK_TARGET_ARCH_LM32
13 config ADK_TOOLCHAIN_ELF2FLT_OLD
14         bool "old version"
15         depends on ADK_TARGET_ARCH_BFIN || \
16                 ADK_TARGET_ARCH_LM32 || \
17                 ADK_TARGET_ARCH_SH
19 endchoice