commit | fe6548d1a12a8ff71c32da61847dc0af0b25d9fa | [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 | 1296add62c77de1fcc4ede67a407a04ac2a32793 [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>