]> Git Repo - J-u-boot.git/commitdiff
imx8mm_beacon: Select the watchdog driver
authorFabio Estevam <[email protected]>
Mon, 11 May 2020 14:00:29 +0000 (11:00 -0300)
committerStefano Babic <[email protected]>
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 <[email protected]>
Reviewed-by: Adam Ford <[email protected]>
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
This page took 0.035353 seconds and 4 git commands to generate.