From: Tom Rini Date: Sun, 27 Nov 2022 15:24:57 +0000 (-0500) Subject: LicheePi_Zero: Disable networking support more fully X-Git-Tag: v2025.01-rc5-pxa1908~1158^2~12^2~38 X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=66900cb7c4e32cb486614fbb4716f23dff59fb40;p=u-boot.git LicheePi_Zero: Disable networking support more fully This platform had largely disabled networking support before. More completely disable it by turning off CONFIG_NET. Cc: Icenowy Zheng Signed-off-by: Tom Rini --- diff --git a/configs/LicheePi_Zero_defconfig b/configs/LicheePi_Zero_defconfig index 5e9732e62e..027edde6a5 100644 --- a/configs/LicheePi_Zero_defconfig +++ b/configs/LicheePi_Zero_defconfig @@ -6,4 +6,4 @@ CONFIG_MACH_SUN8I_V3S=y CONFIG_DRAM_CLK=360 # CONFIG_HAS_ARMV7_SECURE_BASE is not set CONFIG_SYS_MONITOR_LEN=786432 -# CONFIG_NETDEVICES is not set +# CONFIG_NET is not set