From patchwork Mon May 11 14:00:30 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 245599 List-Id: U-Boot discussion From: festevam at gmail.com (Fabio Estevam) Date: Mon, 11 May 2020 11:00:30 -0300 Subject: [PATCH 4/5] imx8mp_evk: Select the watchdog driver In-Reply-To: <20200511140031.8862-1-festevam@gmail.com> References: <20200511140031.8862-1-festevam@gmail.com> Message-ID: <20200511140031.8862-4-festevam@gmail.com> 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 --- configs/imx8mp_evk_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/imx8mp_evk_defconfig b/configs/imx8mp_evk_defconfig index 44b2935f69..0693658365 100644 --- a/configs/imx8mp_evk_defconfig +++ b/configs/imx8mp_evk_defconfig @@ -82,5 +82,4 @@ CONFIG_SYSRESET=y CONFIG_SPL_SYSRESET=y CONFIG_SYSRESET_PSCI=y CONFIG_SYSRESET_WATCHDOG=y -# CONFIG_WATCHDOG is not set CONFIG_IMX_WATCHDOG=y