Pārlūkot izejas kodu

binfmt: enable ADK_TARGET_BINFMT for all noMMU archs

Waldemar Brodkorb 2 gadi atpakaļ
vecāks
revīzija
31a258d1ef
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  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