浏览代码

binfmt: enable ADK_TARGET_BINFMT for all noMMU archs

Waldemar Brodkorb 2 年之前
父节点
当前提交
31a258d1ef
共有 1 个文件被更改,包括 2 次插入1 次删除
  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