]> Git Repo - J-u-boot.git/commitdiff
imx8mp_evk: Select the watchdog driver
authorFabio Estevam <[email protected]>
Mon, 11 May 2020 14:00:30 +0000 (11:00 -0300)
committerStefano Babic <[email protected]>
Mon, 8 Jun 2020 08:42:05 +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]>
configs/imx8mp_evk_defconfig

index 44b2935f6998bff4f7a7bccea86c3b0981363dd6..0693658365ea931f23dc5c1f874f8971100c1ada 100644 (file)
@@ -82,5 +82,4 @@ CONFIG_SYSRESET=y
 CONFIG_SPL_SYSRESET=y
 CONFIG_SYSRESET_PSCI=y
 CONFIG_SYSRESET_WATCHDOG=y
-# CONFIG_WATCHDOG is not set
 CONFIG_IMX_WATCHDOG=y
This page took 0.034401 seconds and 4 git commands to generate.