imx8mm_beacon: Select the watchdog driver
authorFabio Estevam <festevam@gmail.com>
Mon, 11 May 2020 14:00:29 +0000 (11:00 -0300)
committerStefano Babic <sbabic@denx.de>
Mon, 8 Jun 2020 08:42:00 +0000 (10:42 +0200)
Currently watchdog driver is not selected, which causes system to reboot
after staying 60s in the U-Boot prompt.

Fix this problem by enabling CONFIG_WATCHDOG so that watchdog can be
properly serviced.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Adam Ford <aford173@gmail.com>
configs/imx8mm_beacon_defconfig

index b935d7236066b8cc086f23ad397a73db1dbe7f3f..a518963f48764f9d8b2c3e32099da2f970ddbd88 100644 (file)
@@ -100,5 +100,4 @@ CONFIG_SPL_SYSRESET=y
 CONFIG_SYSRESET_PSCI=y
 CONFIG_SYSRESET_WATCHDOG=y
 CONFIG_DM_THERMAL=y
-# CONFIG_WATCHDOG is not set
 CONFIG_IMX_WATCHDOG=y