diff options
author | Fabio Estevam <festevam@gmail.com> | 2020-05-11 11:00:30 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-06-08 10:42:05 +0200 |
commit | 51c0e493c2a97c51f5ee5b83c63d326bcf41cff4 (patch) | |
tree | a64cf9d355d82122249336687e56612d5f3712a2 /configs | |
parent | 979d5e4bf674f7f676b9d116b526c7e422a2238e (diff) | |
download | u-boot-51c0e493c2a97c51f5ee5b83c63d326bcf41cff4.zip u-boot-51c0e493c2a97c51f5ee5b83c63d326bcf41cff4.tar.gz u-boot-51c0e493c2a97c51f5ee5b83c63d326bcf41cff4.tar.bz2 |
imx8mp_evk: Select the watchdog driver
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/imx8mp_evk_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/imx8mp_evk_defconfig b/configs/imx8mp_evk_defconfig index 44b2935..0693658 100644 --- 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 |