diff mbox series

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

Message ID 20191115105703.27406-1-patrice.chotard@st.com
State Accepted
Commit 5c347f339877446ce0cd44ec82be514e4cf66e7d
Delegated to: Patrick Delaunay
Headers show
Series [U-Boot] configs: stih410-b2260: Enable DM_ETH flag | expand

Commit Message

Patrice CHOTARD Nov. 15, 2019, 10:57 a.m. UTC
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@st.com>
---

 configs/stih410-b2260_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Patrick DELAUNAY Nov. 26, 2019, 9:03 a.m. UTC | #1
Hi Patrice,

> From: Patrice CHOTARD <patrice.chotard@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@st.com>

Reviewed-by: Patrick Delaunay <patrick.delaunay@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
Patrick DELAUNAY Nov. 27, 2019, 1:36 p.m. UTC | #2
Hi

> From: Patrice CHOTARD <patrice.chotard@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@st.com>

Applied to u-boot-stm32/master, thanks!
diff mbox series

Patch

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