mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Clement Leger <cleger@kalray.eu>
To: Sascha Hauer <s.hauer@pengutronix.de>, barebox@lists.infradead.org
Cc: Clement Leger <cleger@kalray.eu>, Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH v3 2/4] common: Kconfig: remove MIPS dependency for ELF
Date: Tue, 30 Jun 2020 22:44:00 +0200	[thread overview]
Message-ID: <20200630204402.26566-3-cleger@kalray.eu> (raw)
In-Reply-To: <20200630204402.26566-1-cleger@kalray.eu>

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>
---
 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

  parent reply	other threads:[~2020-06-30 20:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-30 20:43 [PATCH v3 0/4] kvx: add elf bootm support Clement Leger
2020-06-30 20:43 ` [PATCH v3 1/4] common: bootm: allow building with an undefined IH_ARCH Clement Leger
2020-06-30 20:44 ` Clement Leger [this message]
2020-06-30 20:44 ` [PATCH v3 3/4] kvx: add I-cache and D-cache synchronisation Clement Leger
2020-06-30 20:44 ` [PATCH v3 4/4] kvx: add support for elf loading using bootm Clement Leger
2020-07-01  5:23 ` [PATCH v3 0/4] kvx: add elf bootm support Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200630204402.26566-3-cleger@kalray.eu \
    --to=cleger@kalray.eu \
    --cc=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=s.hauer@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox