commit | 010bd4718b9ef1cfe39f7be8ef4ee4c56d6b1edb | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Mon May 11 11:00:28 2020 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jun 08 10:41:55 2020 +0200 |
tree | 25712387f1ac5aba97a959ec6150f410fea2d830 | |
parent | c5a015c32e46632b9d593402951feface11ca66b [diff] |
imx8mn_ddr4_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>