qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v6 4/4] hw/arm: Add the Netduino Plus 2


From: Alistair Francis
Subject: Re: [PATCH v6 4/4] hw/arm: Add the Netduino Plus 2
Date: Tue, 17 Dec 2019 20:13:55 -0800

On Tue, Dec 17, 2019 at 8:03 AM Peter Maydell <address@hidden> wrote:
>
> On Sat, 14 Dec 2019 at 02:44, Alistair Francis <address@hidden> wrote:
> >
> > Signed-off-by: Alistair Francis <address@hidden>
> > ---
> >  MAINTAINERS            |  6 +++++
> >  hw/arm/Kconfig         |  3 +++
> >  hw/arm/Makefile.objs   |  1 +
> >  hw/arm/netduinoplus2.c | 52 ++++++++++++++++++++++++++++++++++++++++++
> >  4 files changed, 62 insertions(+)
> >  create mode 100644 hw/arm/netduinoplus2.c
> >
> > diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
> > index 7bfdc3a7ac..881e7f56e7 100644
> > --- a/hw/arm/Kconfig
> > +++ b/hw/arm/Kconfig
> > @@ -105,6 +105,9 @@ config NETDUINOPLUS2
> >      bool
> >      select STM32F405_SOC
> >
> > +config NETDUINOPLUS2
> > +    bool
> > +
> >  config NSERIES
> >      bool
> >      select OMAP
>
> Something odd has happened here -- your patch 1/4 already
> had a stanza:
>
> +config NETDUINOPLUS2
> +    bool
> +    select STM32F405_SOC
>
> so either that should be in this patch or this fragment here
> should just be deleted.

Good catch.

It kind of makes sense to have that fragment in this patch, but then I
don't see a nice way to build the flies as they are added, so I
removed the fragment from this patch.

>
> Assuming you sort that out,
> Reviewed-by: Peter Maydell <address@hidden>

Thanks Peter

Alistair

>
> thanks
> -- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]