diff mbox series

[U-Boot,5/5] configs: stm32h743-eval: Disable CONFIG_NET flag

Message ID 20190917080946.9593-6-patrice.chotard@st.com
State Accepted
Commit b7fe6fd01fbebdeaa5c64d0f0124212f1bf859a8
Delegated to: Patrick Delaunay
Headers show
Series Disable CONFIG_NET flag for STM32F4 and STM32H7 boards | expand

Commit Message

Patrice CHOTARD Sept. 17, 2019, 8:09 a.m. UTC
Network support was never added on this board, disable
CONFIG_NET flag to avoid following 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/stm32h743-eval_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Patrick DELAUNAY Oct. 11, 2019, 3:16 p.m. UTC | #1
Hi Patrice,

> From: Patrice CHOTARD <patrice.chotard@st.com>
> Sent: mardi 17 septembre 2019 10:10
> 
> Network support was never added on this board, disable CONFIG_NET flag to
> avoid following 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.
> ====================================================


Acked-by: Patrick Delaunay <patrick.delaunay@st.com>


> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
> ---
> 
>  configs/stm32h743-eval_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/stm32h743-eval_defconfig b/configs/stm32h743-eval_defconfig
> index e1c6cbf503..cacfdb5eb2 100644
> --- a/configs/stm32h743-eval_defconfig
> +++ b/configs/stm32h743-eval_defconfig
> @@ -24,6 +24,7 @@ CONFIG_CMD_EXT4_WRITE=y  #
> CONFIG_ISO_PARTITION is not set  CONFIG_OF_CONTROL=y
> CONFIG_DEFAULT_DEVICE_TREE="stm32h743i-eval"
> +# CONFIG_NET is not set
>  CONFIG_DM_MMC=y
>  CONFIG_STM32_SDMMC2=y
>  # CONFIG_PINCTRL_FULL is not set
> --
> 2.17.1

Regards

Patrick
Patrick DELAUNAY Oct. 23, 2019, 9:53 a.m. UTC | #2
> 
> Network support was never added on this board, disable CONFIG_NET flag to
> avoid following 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/stm32h743-eval_defconfig b/configs/stm32h743-eval_defconfig
index e1c6cbf503..cacfdb5eb2 100644
--- a/configs/stm32h743-eval_defconfig
+++ b/configs/stm32h743-eval_defconfig
@@ -24,6 +24,7 @@  CONFIG_CMD_EXT4_WRITE=y
 # CONFIG_ISO_PARTITION is not set
 CONFIG_OF_CONTROL=y
 CONFIG_DEFAULT_DEVICE_TREE="stm32h743i-eval"
+# CONFIG_NET is not set
 CONFIG_DM_MMC=y
 CONFIG_STM32_SDMMC2=y
 # CONFIG_PINCTRL_FULL is not set