stm32mp1: ram: reload watchdog during ddr test
[oweals/u-boot.git] / drivers / ram / stm32mp1 / stm32mp1_tests.c
index 73568022576d1d97381c2356f7d020056d9fa223..f947b5d373eb4c49f7ff4d9ddfd2cac9104e3c9a 100644 (file)
@@ -4,6 +4,7 @@
  */
 #include <common.h>
 #include <console.h>
+#include <watchdog.h>
 #include <asm/io.h>
 #include <linux/log2.h>
 #include "stm32mp1_tests.h"
@@ -154,6 +155,8 @@ static int test_loop_end(u32 *loop, u32 nb_loop, u32 progress)
                return 1;
        }
        printf("loop #%d\n", *loop);
+       WATCHDOG_RESET();
+
        return 0;
 }