Browse Source

binfmt: enable ADK_TARGET_BINFMT for all noMMU archs

Waldemar Brodkorb 1 year ago
parent
commit
31a258d1ef
1 changed files with 2 additions and 1 deletions
  1. 2 1
      target/config/Config.in.binfmt

+ 2 - 1
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