[PATCH 04/41] topic_miami*: Disable networking support more fully
Mike Looijmans
mike.looijmans at topic.nl
Tue Dec 6 11:15:39 CET 2022
Looks fine to me,
Acked-by: Mike Looijmans <mike.looijmans at topic.nl>
(PS: Sorry for top-posting, but otherwise our M$ mailserver will mangle it)
Met vriendelijke groet / kind regards,
Mike Looijmans
System Expert
TOPIC Embedded Products B.V.
Materiaalweg 4, 5681 RJ Best
The Netherlands
T: +31 (0) 499 33 69 69
E: mike.looijmans at topicproducts.com
W: www.topic.nl
Please consider the environment before printing this e-mail
On 27-11-2022 16:24, Tom Rini wrote:
> This platform had largely disabled networking support before. More
> completely disable it by turning off CONFIG_NET.
>
> Cc: Mike Looijmans <mike.looijmans at topic.nl>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> configs/topic_miami_defconfig | 2 +-
> configs/topic_miamilite_defconfig | 2 +-
> configs/topic_miamiplus_defconfig | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/configs/topic_miami_defconfig b/configs/topic_miami_defconfig
> index 96aa62a7ec12..ece625f62924 100644
> --- a/configs/topic_miami_defconfig
> +++ b/configs/topic_miami_defconfig
> @@ -46,11 +46,11 @@ CONFIG_CMD_I2C=y
> CONFIG_CMD_MMC=y
> CONFIG_CMD_USB=y
> # CONFIG_CMD_SETEXPR is not set
> -# CONFIG_CMD_NET is not set
> CONFIG_CMD_CACHE=y
> CONFIG_OF_EMBED=y
> CONFIG_ENV_OVERWRITE=y
> CONFIG_SYS_RELOC_GD_ENV_ADDR=y
> +# CONFIG_NET is not set
> CONFIG_SPL_DM_SEQ_ALIAS=y
> CONFIG_DFU_RAM=y
> CONFIG_SYS_DFU_DATA_BUF_SIZE=0x600000
> diff --git a/configs/topic_miamilite_defconfig b/configs/topic_miamilite_defconfig
> index 41ba8a7487d1..693a602ea395 100644
> --- a/configs/topic_miamilite_defconfig
> +++ b/configs/topic_miamilite_defconfig
> @@ -46,11 +46,11 @@ CONFIG_CMD_I2C=y
> CONFIG_CMD_MMC=y
> CONFIG_CMD_USB=y
> # CONFIG_CMD_SETEXPR is not set
> -# CONFIG_CMD_NET is not set
> CONFIG_CMD_CACHE=y
> CONFIG_OF_EMBED=y
> CONFIG_ENV_OVERWRITE=y
> CONFIG_SYS_RELOC_GD_ENV_ADDR=y
> +# CONFIG_NET is not set
> CONFIG_SPL_DM_SEQ_ALIAS=y
> CONFIG_DFU_RAM=y
> CONFIG_SYS_DFU_DATA_BUF_SIZE=0x600000
> diff --git a/configs/topic_miamiplus_defconfig b/configs/topic_miamiplus_defconfig
> index 763bd8cccdd3..97624e69e722 100644
> --- a/configs/topic_miamiplus_defconfig
> +++ b/configs/topic_miamiplus_defconfig
> @@ -50,6 +50,7 @@ CONFIG_CMD_CACHE=y
> CONFIG_OF_EMBED=y
> CONFIG_ENV_OVERWRITE=y
> CONFIG_SYS_RELOC_GD_ENV_ADDR=y
> +# CONFIG_NET is not set
> CONFIG_SPL_DM_SEQ_ALIAS=y
> CONFIG_DFU_RAM=y
> CONFIG_SYS_DFU_DATA_BUF_SIZE=0x600000
> @@ -62,7 +63,6 @@ CONFIG_MMC_SDHCI_ZYNQ=y
> CONFIG_SF_DEFAULT_SPEED=108000000
> CONFIG_SPI_FLASH_STMICRO=y
> # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
> -# CONFIG_NETDEVICES is not set
> CONFIG_DEBUG_UART_ZYNQ=y
> CONFIG_ARM_DCC=y
> CONFIG_ZYNQ_SERIAL=y
--
Mike Looijmans
More information about the U-Boot
mailing list