From: Josep Orga Date: Mon, 27 Apr 2020 06:33:11 +0000 (+0200) Subject: arm: imx: Removed watchdog registration for reset due to problems booting kernel... X-Git-Tag: rel_imx_4.19.35_1.1.0-somdevices.0~4 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=2a0b79c233bcbb096ec603728a9ca3e7ea46dc66;p=u-boot.git arm: imx: Removed watchdog registration for reset due to problems booting kernel when reset is set. After an u-boot reset (with WDOG registered) the kernel suffer a WDOG hard reset during boot. Signed-off-by: Josep Orga --- diff --git a/board/somdevices/imx6ull_somdevices/imx6ull_somdevices.c b/board/somdevices/imx6ull_somdevices/imx6ull_somdevices.c index 86c8637938..a7b1203b5a 100644 --- a/board/somdevices/imx6ull_somdevices/imx6ull_somdevices.c +++ b/board/somdevices/imx6ull_somdevices/imx6ull_somdevices.c @@ -405,8 +405,6 @@ int board_late_init(void) board_late_mmc_env_init(); #endif - set_wdog_reset((struct wdog_regs *)WDOG1_BASE_ADDR); - return 0; }