From 9d28194605119be9ef19d783b3d5ce3a9966994b Mon Sep 17 00:00:00 2001 From: Josep Orga Date: Fri, 10 Nov 2023 16:49:55 +0100 Subject: [PATCH] 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 --- configs/imx8mp_somdevices_defconfig | 1 + 1 file changed, 1 insertion(+) 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 -- 2.17.1