commit | 2c72bf21c66692cf0b9c305c27ac4a5218a4dd01 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Mon May 11 11:00:31 2020 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jun 08 10:42:09 2020 +0200 |
tree | a88a3ac53fead060e7555b3985bd1af79b4825f3 | |
parent | 51c0e493c2a97c51f5ee5b83c63d326bcf41cff4 [diff] |
verdin-imx8mm: 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> Acked-by: Igor Opaniuk <igor.opaniuk@toradex.com>