On Fri, 7 Feb 2020 at 09:56, Roman Kapl wrote:
>
> Uses the i.MX2 rudimentary watchdog driver.
>
> Signed-off-by: Roman Kapl
> #include "hw/cpu/a9mpcore.h"
> #include "hw/misc/imx6_ccm.h"
> #include "hw/misc/imx6_src.h"
> +#include "hw/misc/imx6_src.h"
> +#include "hw/misc/imx2_wdt.h"
You ac
Uses the i.MX2 rudimentary watchdog driver.
Signed-off-by: Roman Kapl
---
hw/arm/fsl-imx6.c | 21 +
include/hw/arm/fsl-imx6.h | 4
2 files changed, 25 insertions(+)
diff --git a/hw/arm/fsl-imx6.c b/hw/arm/fsl-imx6.c
index 7b7b97f74c..f2adaca1c5 100644
--- a/hw/