]> git.ipfire.org Git - thirdparty/u-boot.git/commit
boards: Disable NET on platforms without NETDEVICES
authorTom Rini <trini@konsulko.com>
Fri, 17 Nov 2023 15:47:57 +0000 (10:47 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 23 Nov 2023 00:53:39 +0000 (19:53 -0500)
commit6df4e7b50a139dbd4ebb24e15d84bb363d1b0fe0
tree4006dc10c89e96f33a35582bebf72b2164acd49d
parent5a2070783d1a5ac315bde9aa78dc2547204fd81d
boards: Disable NET on platforms without NETDEVICES

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@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
configs/efi-x86_app32_defconfig
configs/efi-x86_app64_defconfig
configs/imx6q_bosch_acc_defconfig
configs/origen_defconfig
configs/s5pc210_universal_defconfig
configs/stm32mp25_defconfig
configs/thunderx_88xx_defconfig
configs/trats2_defconfig
configs/trats_defconfig