
Reviewed-by: Chia-Wei Wang chiawei_wang@aspeedtech.com
-----Original Message----- From: Jerome Forissier jerome.forissier@linaro.org Sent: Friday, August 23, 2024 9:49 PM To: u-boot@lists.denx.de Cc: Ilias Apalodimas ilias.apalodimas@linaro.org; Javier Tia javier.tia@linaro.org; Raymond Mao raymond.mao@linaro.org; Maxim Uvarov muvarov@gmail.com; Tim Harvey tharvey@gateworks.com; Anton Antonov Anton.Antonov@arm.com; Jerome Forissier jerome.forissier@linaro.org; Maxim Sloyko maxims@google.com; Tom Rini trini@konsulko.com; ChiaWei Wang chiawei_wang@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@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