[U-Boot] [PATCH 4/5] configs: stm32h743-disco: Disable CONFIG_NET flag

Patrick DELAUNAY patrick.delaunay at st.com
Fri Oct 11 15:15:52 UTC 2019


Hi Patrice,

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

 
> Signed-off-by: Patrice Chotard <patrice.chotard at st.com>
> ---
> 
>  configs/stm32h743-disco_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/stm32h743-disco_defconfig b/configs/stm32h743-
> disco_defconfig
> index 1691c2ea19..ea4c128430 100644
> --- a/configs/stm32h743-disco_defconfig
> +++ b/configs/stm32h743-disco_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-disco"
> +# CONFIG_NET is not set
>  CONFIG_DM_MMC=y
>  CONFIG_STM32_SDMMC2=y
>  # CONFIG_PINCTRL_FULL is not set
> --
> 2.17.1

Regards

Patrick


More information about the U-Boot mailing list