From mboxrd@z Thu Jan 1 00:00:00 1970 From: sbabic at denx.de Date: Mon, 8 Jun 2020 19:23:33 +0200 (CEST) Subject: [PATCH 1/5] imx8mm_evk: Select the watchdog driver In-Reply-To: <20200511140031.8862-1-festevam@gmail.com> Message-ID: <20200608172333.2F70581CCE@phobos.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Currently the watchdog driver is not selected, which causes the following > warnings in both SPL and U-Boot proper: > U-Boot SPL 2020.07-rc1-00387-g67887903af (May 07 2020 - 23:49:27 -0300) > Normal Boot > WDT: Started without servicing (60s timeout) > Trying to boot from MMC1 > U-Boot 2020.07-rc1-00387-g67887903af (May 07 2020 - 23:49:27 -0300) > CPU: Freescale i.MX8MMQ rev1.0 at 1200 MHz > Reset cause: POR > Model: FSL i.MX8MM EVK board > DRAM: 2 GiB > WDT: Started without servicing (60s timeout) > .... > System reboots after staying 60s in the U-Boot prompt. > Fix this problem by enabling CONFIG_WATCHDOG so that watchdog can be > properly serviced. > Suggested-by: Marek Vasut > Signed-off-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================