commit | 029da11f8ab597f7583f818661ffc1bbfd2f9737 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Mon May 11 11:00:30 2020 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jun 08 10:42:05 2020 +0200 |
tree | a64cf9d355d82122249336687e56612d5f3712a2 | |
parent | 79ebfcfdd25ad82c2e4e386b203ee29367e39ff2 [diff] |
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>