On Fri, 7 Feb 2020 at 09:56, Roman Kapl <r...@sysgo.com> wrote: > > Uses the i.MX2 rudimentary watchdog driver. > > Signed-off-by: Roman Kapl <r...@sysgo.com>
> #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 accidentally duplicated the imx6_src.h line here. I've just fixed that when I applied the patch to target-arm.next. thanks -- PMM