summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-12-22 18:49:11 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2023-12-22 18:49:11 +0100
commit3d647cc685411e5089714b3a4b12cde983aba9ad (patch)
tree792e5e8fa0e424f6088c74b2f5d14e5a6de85cec /target/config
parented2ae3a36f05e601cddff68b5d29318ff63e25f3 (diff)
elf2flt: update to 2023.09
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.elf2flt10
1 files changed, 4 insertions, 6 deletions
diff --git a/target/config/Config.in.elf2flt b/target/config/Config.in.elf2flt
index d588b4605..bb0763457 100644
--- a/target/config/Config.in.elf2flt
+++ b/target/config/Config.in.elf2flt
@@ -3,14 +3,11 @@
choice
prompt "elf2flt version"
-default ADK_TOOLCHAIN_ELF2FLT_GIT
+default ADK_TOOLCHAIN_ELF2FLT_2023_09
depends on ADK_TARGET_BINFMT_FLAT
-config ADK_TOOLCHAIN_ELF2FLT_GIT
- bool "git"
-
-config ADK_TOOLCHAIN_ELF2FLT_2021_08
- bool "2021-08"
+config ADK_TOOLCHAIN_ELF2FLT_2023_09
+ bool "2023-09"
depends on !ADK_TARGET_ARCH_BFIN
depends on !ADK_TARGET_ARCH_LM32
depends on !ADK_TARGET_ARCH_SH
@@ -18,6 +15,7 @@ config ADK_TOOLCHAIN_ELF2FLT_2021_08
config ADK_TOOLCHAIN_ELF2FLT_OLD
bool "old version"
depends on ADK_TARGET_ARCH_BFIN || \
+ ADK_TARGET_ARCH_LM32 || \
ADK_TARGET_ARCH_SH
endchoice