From 31a258d1ef848d76cfdd712d873edb4a752b2143 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 18 Jan 2024 09:19:43 +0100 Subject: binfmt: enable ADK_TARGET_BINFMT for all noMMU archs --- target/config/Config.in.binfmt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/config/Config.in.binfmt') 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 -- cgit v1.2.3