From patchwork Fri May 8 03:34:00 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 245297 List-Id: U-Boot discussion From: festevam at gmail.com (Fabio Estevam) Date: Fri, 8 May 2020 00:34:00 -0300 Subject: [PATCH] imx8mp_evk: Make SPL binary size smaller In-Reply-To: <891461e2-4720-0dd6-b7eb-7d5359974005@denx.de> References: <20200507120029.3172-1-festevam@gmail.com> <7b39a364-0ca4-b74e-dd7b-61ae58dab229@denx.de> <891461e2-4720-0dd6-b7eb-7d5359974005@denx.de> Message-ID: Hi Marek, On Thu, May 7, 2020 at 11:59 PM Marek Vasut wrote: > Enable CONFIG_WATCHDOG in your U-Boot config, that will enable WDT > servicing. Thanks. I changed the defconfig like this: I will submit this patch and for other boards tomorrow. Thanks --- a/configs/imx8mm_evk_defconfig +++ b/configs/imx8mm_evk_defconfig @@ -85,5 +85,4 @@ CONFIG_SPL_SYSRESET=y CONFIG_SYSRESET_PSCI=y CONFIG_SYSRESET_WATCHDOG=y CONFIG_DM_THERMAL=y -# CONFIG_WATCHDOG is not set CONFIG_IMX_WATCHDOG=y