LicheePi_Zero: Disable networking support more fully
authorTom Rini <trini@konsulko.com>
Sun, 27 Nov 2022 15:24:57 +0000 (10:24 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 7 Dec 2022 17:20:17 +0000 (12:20 -0500)
This platform had largely disabled networking support before. More
completely disable it by turning off CONFIG_NET.

Cc: Icenowy Zheng <icenowy@aosc.xyz>
Signed-off-by: Tom Rini <trini@konsulko.com>
configs/LicheePi_Zero_defconfig

index 5e9732e..027edde 100644 (file)
@@ -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