[U-Boot] [PATCH] configs: stih410-b2260: Enable DM_ETH flag

Patrick DELAUNAY patrick.delaunay at st.com
Tue Nov 26 09:03:41 UTC 2019


Hi Patrice,

> From: Patrice CHOTARD <patrice.chotard at st.com>
> Sent: vendredi 15 novembre 2019 11:57
> 
> This patch allows to fix the following compilation warning:
> 
> ===================== WARNING ====================== This board
> does not use CONFIG_DM_ETH (Driver Model for Ethernet drivers). Please
> update the board to use CONFIG_DM_ETH before the v2020.07 release. Failure to
> update by the deadline may result in board removal.
> See doc/driver-model/migration.rst for more info.
> ====================================================
> 
> Signed-off-by: Patrice Chotard <patrice.chotard at st.com>

Reviewed-by: Patrick Delaunay <patrick.delaunay at st.com>

> ---
> 
>  configs/stih410-b2260_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/stih410-b2260_defconfig b/configs/stih410-b2260_defconfig
> index aeebeeca04..63eac131f9 100644
> --- a/configs/stih410-b2260_defconfig
> +++ b/configs/stih410-b2260_defconfig
> @@ -31,6 +31,7 @@ CONFIG_FASTBOOT_CMD_OEM_FORMAT=y
> CONFIG_MISC=y  CONFIG_MMC_SDHCI=y  CONFIG_MMC_SDHCI_STI=y
> +CONFIG_DM_ETH=y
>  CONFIG_PHY=y
>  CONFIG_STI_USB_PHY=y
>  CONFIG_PINCTRL=y
> --
> 2.17.1

Regards
Parick


More information about the U-Boot mailing list