mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: Clement Leger <cleger@kalray.eu>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	barebox@lists.infradead.org
Subject: Re: [PATCH v2 2/4] common: Kconfig: remove MIPS dependency
Date: Mon, 29 Jun 2020 10:16:29 +0200	[thread overview]
Message-ID: <47a07400-0a08-579c-06e2-4cd812bea699@pengutronix.de> (raw)
In-Reply-To: <20200628155108.29083-3-cleger@kalray.eu>

Hello Clement,

On 6/28/20 5:51 PM, Clement Leger wrote:
> There is no reason anymore to limit the use of elf on mips since there
> is no elf specific support needed in architectures. Remove this
> dependency and drop COMPILE_TEST config.
> 
> Signed-off-by: Clement Leger <cleger@kalray.eu>
> ---
>  common/Kconfig | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/common/Kconfig b/common/Kconfig
> index f150092af..a3a290ad3 100644
> --- a/common/Kconfig
> +++ b/common/Kconfig
> @@ -38,8 +38,7 @@ config BLOCK_WRITE
>  	bool
>  
>  config ELF
> -	bool "ELF Support" if COMPILE_TEST
> -	depends on MIPS || COMPILE_TEST
> +	bool

as I already commented on v1, please don't remove the bool "Elf Support" if COMPILE_TEST
line. You can drop the depends.


>  
>  config FILETYPE
>  	bool
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  reply	other threads:[~2020-06-29  8:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-28 15:51 [PATCH v2 0/4] kvx: add elf bootm support Clement Leger
2020-06-28 15:51 ` [PATCH v2 1/4] common: bootm: allow building using undefined IH_ARCH Clement Leger
2020-06-28 15:51 ` [PATCH v2 2/4] common: Kconfig: remove MIPS dependency Clement Leger
2020-06-29  8:16   ` Ahmad Fatoum [this message]
2020-06-28 15:51 ` [PATCH v2 3/4] kvx: add I-cache and D-cache synchronisation Clement Leger
2020-06-28 15:51 ` [PATCH v2 4/4] kvx: add support for elf loading using bootm Clement Leger

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=47a07400-0a08-579c-06e2-4cd812bea699@pengutronix.de \
    --to=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=cleger@kalray.eu \
    --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