The l4wd0 is now left running from the BootROM. Disable it in the bringup image, because it would only make problems and has no benefit in that case. Signed-off-by: Steffen Trumtrar <s.trumtrar@xxxxxxxxxxxxxx> --- arch/arm/boards/enclustra-aa1/lowlevel.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boards/enclustra-aa1/lowlevel.c b/arch/arm/boards/enclustra-aa1/lowlevel.c index ada7cb5a9f..10a2095e19 100644 --- a/arch/arm/boards/enclustra-aa1/lowlevel.c +++ b/arch/arm/boards/enclustra-aa1/lowlevel.c @@ -110,6 +110,8 @@ ENTRY_FUNCTION_WITHSTACK(start_socfpga_aa1_bringup, ARRIA10_STACKTOP, r0, r1, r2 arria10_init(&mainpll_cfg, &perpll_cfg, pinmux); + arria10_watchdog_disable(); + /* wait for fpga_usermode */ a10_wait_for_usermode(0x1000000); -- 2.43.2