summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorClement Leger <cleger@kalray.eu>2020-06-30 22:44:00 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-07-01 07:23:14 +0200
commit3952867f075b0ff610519fe28a331be79222937d (patch)
treeb25c27818b7520f91f9227869b91b7294a9a71fe /common
parent887b3c358aaf493dae0c2efcddc686bd6cf180f5 (diff)
downloadbarebox-3952867f075b0ff610519fe28a331be79222937d.tar.gz
barebox-3952867f075b0ff610519fe28a331be79222937d.tar.xz
common: Kconfig: remove MIPS dependency for ELF
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 <cleger@kalray.eu> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig
index ac282d8955..1c51b712b8 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