From: Anatolij Gustschin Date: Sat, 20 Jul 2024 15:54:00 +0000 (+0200) Subject: kontron-sl-mx6ul: switch to DM_SERIAL X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=a9c962941e119017eb9d5985c5c214d9711c9433;p=u-boot.git kontron-sl-mx6ul: switch to DM_SERIAL Enable DM_SERIAL to avoid board removal warning. Signed-off-by: Anatolij Gustschin Cc: Frieder Schrempf Reviewed-by: Frieder Schrempf --- diff --git a/configs/kontron-sl-mx6ul_defconfig b/configs/kontron-sl-mx6ul_defconfig index 12d96b674c..f295ecfe4b 100644 --- a/configs/kontron-sl-mx6ul_defconfig +++ b/configs/kontron-sl-mx6ul_defconfig @@ -90,6 +90,7 @@ CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y CONFIG_CONS_INDEX=4 +CONFIG_DM_SERIAL=y CONFIG_MXC_UART=y CONFIG_SPI=y CONFIG_DM_SPI=y