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:
979d5e4
)
imx8mp_evk: Select the watchdog driver
author
Fabio Estevam
<festevam@gmail.com>
Mon, 11 May 2020 14:00:30 +0000
(11:00 -0300)
committer
Stefano Babic
<sbabic@denx.de>
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 <festevam@gmail.com>
configs/imx8mp_evk_defconfig
patch
|
blob
|
history
diff --git
a/configs/imx8mp_evk_defconfig
b/configs/imx8mp_evk_defconfig
index 44b2935f6998bff4f7a7bccea86c3b0981363dd6..0693658365ea931f23dc5c1f874f8971100c1ada 100644
(file)
--- a/
configs/imx8mp_evk_defconfig
+++ b/
configs/imx8mp_evk_defconfig
@@
-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