From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fUoFF-0002qP-0J for barebox@lists.infradead.org; Mon, 18 Jun 2018 07:06:34 +0000 From: Oleksij Rempel Date: Mon, 18 Jun 2018 09:06:17 +0200 Message-Id: <20180618070617.20996-3-o.rempel@pengutronix.de> In-Reply-To: <20180618070617.20996-1-o.rempel@pengutronix.de> References: <20180618070617.20996-1-o.rempel@pengutronix.de> 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 v1 2/2] fixup! MIPS: bootm: add ELF handler To: barebox@lists.infradead.org Cc: Oleksij Rempel --- arch/mips/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 359f67883..9aedf9a77 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -7,6 +7,7 @@ config MIPS select HAVE_CONFIGURABLE_MEMORY_LAYOUT select HAVE_CONFIGURABLE_TEXT_BASE select HAS_DMA + select ELF default y config SYS_SUPPORTS_BIG_ENDIAN -- 2.17.1 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox