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

2019-11-27 Thread Patrick DELAUNAY
Hi

> From: Patrice CHOTARD 
> 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 

Applied to u-boot-stm32/master, thanks!

-- 
Patrick
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-11-26 Thread Patrick DELAUNAY
Hi Patrice,

> From: Patrice CHOTARD 
> 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 

Reviewed-by: Patrick Delaunay 

> ---
> 
>  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
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-11-15 Thread Patrice Chotard
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 
---

 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

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot