imx8mm_beacon: Select the watchdog driver
authorFabio Estevam <festevam@gmail.com>
Mon, 11 May 2020 14:00:29 +0000 (11:00 -0300)
committerStefano Babic <sbabic@denx.de>
Mon, 8 Jun 2020 08:42:00 +0000 (10:42 +0200)
commit979d5e4bf674f7f676b9d116b526c7e422a2238e
treed6f7f5daeace3a9d200a31a635cee0fa0676a206
parent010bd4718b9ef1cfe39f7be8ef4ee4c56d6b1edb
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>
configs/imx8mm_beacon_defconfig