qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: Stephanos Ioannidis <root@stephanos.io>,
	Peter Maydell <peter.maydell@linaro.org>,
	Chris Wulff <crwulff@gmail.com>, Marek Vasut <marex@denx.de>
Cc: "open list:All patches CC here" <qemu-devel@nongnu.org>
Subject: Re: [PATCH] configure: Add nios2-softmmu to the libfdt-required list
Date: Wed, 8 Apr 2020 13:49:29 +0200	[thread overview]
Message-ID: <2cc3540c-69f2-d5b5-0ab5-1534a55fb07b@redhat.com> (raw)
In-Reply-To: <20200408081607.96114-1-root@stephanos.io>

On 4/8/20 10:16 AM, Stephanos Ioannidis wrote:
> The nios2-softmmu target requires libfdt to function properly (see
> hw/nios2/boot.c).
> 
> Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
> ---
>   configure | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure b/configure
> index 233c671aaa..029adcf795 100755
> --- a/configure
> +++ b/configure
> @@ -4236,7 +4236,7 @@ fi
>   fdt_required=no
>   for target in $target_list; do
>     case $target in
> -    aarch64*-softmmu|arm*-softmmu|ppc*-softmmu|microblaze*-softmmu|mips64el-softmmu|riscv*-softmmu|rx-softmmu)
> +    aarch64*-softmmu|arm*-softmmu|ppc*-softmmu|microblaze*-softmmu|mips64el-softmmu|nios2-softmmu|riscv*-softmmu|rx-softmmu)
>         fdt_required=yes
>       ;;
>     esac
> 

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>



      reply	other threads:[~2020-04-08 11:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-08  8:16 [PATCH] configure: Add nios2-softmmu to the libfdt-required list Stephanos Ioannidis
2020-04-08 11:49 ` Philippe Mathieu-Daudé [this message]

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=2cc3540c-69f2-d5b5-0ab5-1534a55fb07b@redhat.com \
    --to=philmd@redhat.com \
    --cc=crwulff@gmail.com \
    --cc=marex@denx.de \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=root@stephanos.io \
    /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;
as well as URLs for NNTP newsgroup(s).