From 33756497d46c61946047a43a09c1944f9ba0b026 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 25 Dec 2015 15:28:12 +0100 Subject: default to ELF for MMU architectures, unbreak bootup with missing ELF kernel support --- target/config/Config.in.binfmt | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'target/config/Config.in.binfmt') diff --git a/target/config/Config.in.binfmt b/target/config/Config.in.binfmt index 651c3b205..1ed595afc 100644 --- a/target/config/Config.in.binfmt +++ b/target/config/Config.in.binfmt @@ -3,19 +3,10 @@ choice 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 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 bool "FLAT" -- cgit v1.2.3