From: Josep Orga Date: Fri, 10 Nov 2023 15:49:55 +0000 (+0100) Subject: imx8mp-somdevices: configs: Disable CONFIG_SPL_WDT as watchdog is not enabled. X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.2~1 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=9d28194605119be9ef19d783b3d5ce3a9966994b;p=u-boot.git imx8mp-somdevices: configs: Disable CONFIG_SPL_WDT as watchdog is not enabled. This will prevent "WDT: Not found!" message from being shown. Signed-off-by: Josep Orga --- diff --git a/configs/imx8mp_somdevices_defconfig b/configs/imx8mp_somdevices_defconfig index 7383485ab3..1f3c9f5a42 100644 --- a/configs/imx8mp_somdevices_defconfig +++ b/configs/imx8mp_somdevices_defconfig @@ -173,3 +173,4 @@ CONFIG_SPLASH_SCREEN_ALIGN=y CONFIG_CMD_BMP=y CONFIG_BOOTDELAY=0 +# CONFIG_SPL_WDT is not set