diff options
author | Fabio Estevam | 2020-05-11 11:00:29 -0300 |
---|---|---|
committer | Stefano Babic | 2020-06-08 10:42:00 +0200 |
commit | 979d5e4bf674f7f676b9d116b526c7e422a2238e (patch) | |
tree | d6f7f5daeace3a9d200a31a635cee0fa0676a206 /configs | |
parent | 010bd4718b9ef1cfe39f7be8ef4ee4c56d6b1edb (diff) |
imx8mm_beacon: 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>
Reviewed-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/imx8mm_beacon_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/imx8mm_beacon_defconfig b/configs/imx8mm_beacon_defconfig index b935d723606..a518963f487 100644 --- a/configs/imx8mm_beacon_defconfig +++ b/configs/imx8mm_beacon_defconfig @@ -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 |