diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-18 09:19:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-18 18:31:45 +0100 |
commit | 31a258d1ef848d76cfdd712d873edb4a752b2143 (patch) | |
tree | 2b31e4cd3cefb14bb93f301df3d2e4054236cca6 /target | |
parent | ee34479205a2db41b3cfeb8db302473ad1f1d7ab (diff) |
binfmt: enable ADK_TARGET_BINFMT for all noMMU archs
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.binfmt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/config/Config.in.binfmt b/target/config/Config.in.binfmt index a9ab123bc..11cc1eee5 100644 --- a/target/config/Config.in.binfmt +++ b/target/config/Config.in.binfmt @@ -57,7 +57,8 @@ source "target/config/Config.in.elf2flt" config ADK_TARGET_BINFMT string - depends on ADK_TARGET_ARCH_BFIN + depends on !ADK_TARGET_WITH_MMU + default "elf" if ADK_TARGET_BINFMT_ELF default "flat" if ADK_TARGET_BINFMT_FLAT default "fdpic" if ADK_TARGET_BINFMT_FDPIC |