From 0a35cc9395b7e4e5bc2b1370016f7c3156f945a4 Mon Sep 17 00:00:00 2001 From: Marco Franchi Date: Fri, 10 Jun 2016 14:45:28 -0300 Subject: warp7: Fix watchdog reset The latest version of warp7 board provides the connection of the WDOG1_B pin to the PMIC. Program the watchdog to enable the WDOG1_B output which causes a POR reset. Based on the imx7dsabresd code. Signed-off-by: Marco Franchi Acked-by: Fabio Estevam --- include/configs/warp7.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/warp7.h') diff --git a/include/configs/warp7.h b/include/configs/warp7.h index f112fa5..8b9ed2b 100644 --- a/include/configs/warp7.h +++ b/include/configs/warp7.h @@ -19,6 +19,7 @@ #define CONFIG_SYS_MALLOC_LEN (32 * SZ_1M) #define CONFIG_BOARD_EARLY_INIT_F +#define CONFIG_BOARD_LATE_INIT /* MMC Config*/ #define CONFIG_SYS_FSL_ESDHC_ADDR USDHC3_BASE_ADDR -- cgit v1.1