[PATCH v9 36/37] [TESTING] configs: set CONFIG_NET=y for FTGMAC100

ChiaWei Wang chiawei_wang at aspeedtech.com
Mon Aug 26 03:43:35 CEST 2024


Reviewed-by: Chia-Wei Wang <chiawei_wang at aspeedtech.com>

> -----Original Message-----
> From: Jerome Forissier <jerome.forissier at linaro.org>
> Sent: Friday, August 23, 2024 9:49 PM
> To: u-boot at lists.denx.de
> Cc: Ilias Apalodimas <ilias.apalodimas at linaro.org>; Javier Tia
> <javier.tia at linaro.org>; Raymond Mao <raymond.mao at linaro.org>; Maxim
> Uvarov <muvarov at gmail.com>; Tim Harvey <tharvey at gateworks.com>;
> Anton Antonov <Anton.Antonov at arm.com>; Jerome Forissier
> <jerome.forissier at linaro.org>; Maxim Sloyko <maxims at google.com>; Tom
> Rini <trini at konsulko.com>; ChiaWei Wang <chiawei_wang at aspeedtech.com>
> Subject: [PATCH v9 36/37] [TESTING] configs: set CONFIG_NET=y for
> FTGMAC100
> 
> FTGMAC100 is not compatible with NET_LWIP which was enabled as the
> default stack in a previous commit. So enable NET in the defconfig.
> 
> Signed-off-by: Jerome Forissier <jerome.forissier at linaro.org>
> ---
>  configs/evb-ast2500_defconfig | 1 +
>  configs/evb-ast2600_defconfig | 1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/configs/evb-ast2500_defconfig b/configs/evb-ast2500_defconfig
> index 6685f37e3f5..d20ccf16797 100644
> --- a/configs/evb-ast2500_defconfig
> +++ b/configs/evb-ast2500_defconfig
> @@ -35,6 +35,7 @@ CONFIG_CMD_NCSI=y
>  CONFIG_ENV_OVERWRITE=y
>  CONFIG_ENV_IS_IN_SPI_FLASH=y
>  CONFIG_SYS_RELOC_GD_ENV_ADDR=y
> +CONFIG_NET=y
>  CONFIG_NET_RANDOM_ETHADDR=y
>  CONFIG_REGMAP=y
>  CONFIG_CLK=y
> diff --git a/configs/evb-ast2600_defconfig b/configs/evb-ast2600_defconfig
> index e6a4e4d1b7c..47faf05a242 100644
> --- a/configs/evb-ast2600_defconfig
> +++ b/configs/evb-ast2600_defconfig
> @@ -78,6 +78,7 @@ CONFIG_ENV_OVERWRITE=y
> CONFIG_ENV_IS_IN_SPI_FLASH=y  CONFIG_ENV_SECT_SIZE_AUTO=y
> CONFIG_SYS_RELOC_GD_ENV_ADDR=y
> +CONFIG_NET=y
>  CONFIG_NET_RANDOM_ETHADDR=y
>  CONFIG_SPL_DM=y
>  CONFIG_SPL_DM_SEQ_ALIAS=y
> --
> 2.40.1



More information about the U-Boot mailing list