projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51c0e49
)
verdin-imx8mm: Select the watchdog driver
author
Fabio Estevam
<festevam@gmail.com>
Mon, 11 May 2020 14:00:31 +0000
(11:00 -0300)
committer
Stefano Babic
<sbabic@denx.de>
Mon, 8 Jun 2020 08:42:09 +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>
Acked-by: Igor Opaniuk <igor.opaniuk@toradex.com>
configs/verdin-imx8mm_defconfig
patch
|
blob
|
history
diff --git
a/configs/verdin-imx8mm_defconfig
b/configs/verdin-imx8mm_defconfig
index c68b299a959081ae36f2666a9052892654297ba9..f5b6e0325146f2248c518e959e5bd274353422f9 100644
(file)
--- a/
configs/verdin-imx8mm_defconfig
+++ b/
configs/verdin-imx8mm_defconfig
@@
-99,5
+99,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