Browse Source

default to ELF for MMU architectures, unbreak bootup with missing ELF kernel support

Waldemar Brodkorb 9 years ago
parent
commit
33756497d4
1 changed files with 1 additions and 10 deletions
  1. 1 10
      target/config/Config.in.binfmt

+ 1 - 10
target/config/Config.in.binfmt

@@ -3,19 +3,10 @@
 
 
 choice
 choice
 prompt "Binary Format"
 prompt "Binary Format"
-depends on ADK_TARGET_ARCH_ARM \
-	|| ADK_TARGET_ARCH_BFIN \
-	|| ADK_TARGET_ARCH_C6X \
-	|| ADK_TARGET_ARCH_FRV \
-	|| ADK_TARGET_ARCH_H8300 \
-	|| ADK_TARGET_ARCH_LM32 \
-	|| ADK_TARGET_ARCH_M68K \
-	|| ADK_TARGET_ARCH_SH \
-	|| ADK_TARGET_ARCH_XTENSA
 
 
 config ADK_TARGET_BINFMT_ELF
 config ADK_TARGET_BINFMT_ELF
 	bool "ELF"
 	bool "ELF"
-	depends on (ADK_TARGET_ARCH_ARM || ADK_TARGET_ARCH_M68K || ADK_TARGET_ARCH_SH || ADK_TARGET_ARCH_XTENSA) && ADK_TARGET_WITH_MMU
+	depends on ADK_TARGET_WITH_MMU
 
 
 config ADK_TARGET_BINFMT_FLAT
 config ADK_TARGET_BINFMT_FLAT
 	bool "FLAT"
 	bool "FLAT"