From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from zimbra2.kalray.eu ([92.103.151.219]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jqN7E-0003pJ-4S for barebox@lists.infradead.org; Tue, 30 Jun 2020 20:44:28 +0000 From: Clement Leger Date: Tue, 30 Jun 2020 22:44:00 +0200 Message-Id: <20200630204402.26566-3-cleger@kalray.eu> In-Reply-To: <20200630204402.26566-1-cleger@kalray.eu> References: <20200630204402.26566-1-cleger@kalray.eu> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH v3 2/4] common: Kconfig: remove MIPS dependency for ELF To: Sascha Hauer , barebox@lists.infradead.org Cc: Clement Leger , Ahmad Fatoum There is no reason anymore to limit the use of elf on mips since there is no elf specific support needed in architectures. Drop the MIPS dependency. Signed-off-by: Clement Leger --- common/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/common/Kconfig b/common/Kconfig index f150092af..36b504dd3 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -39,7 +39,6 @@ config BLOCK_WRITE config ELF bool "ELF Support" if COMPILE_TEST - depends on MIPS || COMPILE_TEST config FILETYPE bool -- 2.17.1 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox