summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2018-06-06 09:59:12 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2018-06-18 10:02:29 +0200
commita54a47ff7710d12e5a6c88953b3da85cc162c1ea (patch)
tree07359d5046953e01db25b88776065b939a086df1 /arch/mips/Kconfig
parent7c8679eebc8e4e69ba0afa370d85d3d6eb386997 (diff)
downloadbarebox-a54a47ff7710d12e5a6c88953b3da85cc162c1ea.tar.gz
barebox-a54a47ff7710d12e5a6c88953b3da85cc162c1ea.tar.xz
MIPS: bootm: add ELF handler
With this handler barebox will be able to start linux kernel as is, without additional image conversion. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index c2c555dc37..5653e1d56f 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