[PATCH] imx8mp_evk: Make SPL binary size smaller
Fabio Estevam
festevam at gmail.com
Fri May 8 05:34:00 CEST 2020
Hi Marek,
On Thu, May 7, 2020 at 11:59 PM Marek Vasut <marex at denx.de> wrote:
> Enable CONFIG_WATCHDOG in your U-Boot config, that will enable WDT
> servicing.
Thanks. I changed the defconfig like this:
--- 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
I will submit this patch and for other boards tomorrow.
Thanks
More information about the U-Boot
mailing list