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