Re: [PATCH 4/8] hw/arm/fsl-imx31: Wire up watchdog

2020-03-14 Thread Guenter Roeck
On 3/14/20 2:50 PM, Philippe Mathieu-Daudé wrote: [ ...] > Missing Kconfig hunk: > > -- >8 -- > diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig > index 4cf8fa4967..8af023abde 100644 > --- a/hw/arm/Kconfig > +++ b/hw/arm/Kconfig > @@ -366,6 +366,7 @@ config FSL_IMX31 > select SERIAL >

Re: [PATCH 4/8] hw/arm/fsl-imx31: Wire up watchdog

2020-03-14 Thread Philippe Mathieu-Daudé
On 3/14/20 6:27 PM, Guenter Roeck wrote: With this patch, the watchdog on i.MX31 emulations is fully operational. Signed-off-by: Guenter Roeck --- hw/arm/fsl-imx31.c | 6 ++ include/hw/arm/fsl-imx31.h | 4 2 files changed, 10 insertions(+) diff --git a/hw/arm/fsl-imx31.c

[PATCH 4/8] hw/arm/fsl-imx31: Wire up watchdog

2020-03-14 Thread Guenter Roeck
With this patch, the watchdog on i.MX31 emulations is fully operational. Signed-off-by: Guenter Roeck --- hw/arm/fsl-imx31.c | 6 ++ include/hw/arm/fsl-imx31.h | 4 2 files changed, 10 insertions(+) diff --git a/hw/arm/fsl-imx31.c b/hw/arm/fsl-imx31.c index