[PATCH] boards: Disable NET on platforms without NETDEVICES

Simon Glass sjg at chromium.org
Sat Nov 18 18:09:50 CET 2023


On Fri, 17 Nov 2023 at 08:48, Tom Rini <trini at konsulko.com> wrote:
>
> None of these platforms enabled a networking devices, and disabled
> CMD_NET. Given that we used to gate network support on CMD_NET rather
> than NET, we disable CONFIG_NET on these platforms now.
>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Heinrich Schuchardt <xypron.glpk at gmx.de>
> Cc: Matthias Winker <matthias.winker at de.bosch.com>
> Cc: Philip Oberfichtner <pro at denx.de>
> Cc: Minkyu Kang <mk7.kang at samsung.com>
> Cc: Jaehoon Chung <jh80.chung at samsung.com>
> Cc: Patrice Chotard <patrice.chotard at foss.st.com>
> Cc: Patrick Delaunay <patrick.delaunay at foss.st.com>
> Cc: Sergey Temerkhanov <s.temerkhanov at gmail.com>
> ---
>  configs/efi-x86_app32_defconfig     | 3 +--
>  configs/efi-x86_app64_defconfig     | 3 +--
>  configs/imx6q_bosch_acc_defconfig   | 3 +--
>  configs/origen_defconfig            | 2 +-
>  configs/s5pc210_universal_defconfig | 2 +-
>  configs/stm32mp25_defconfig         | 2 +-
>  configs/thunderx_88xx_defconfig     | 2 +-
>  configs/trats2_defconfig            | 2 +-
>  configs/trats_defconfig             | 2 +-
>  9 files changed, 9 insertions(+), 12 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list