[PATCH 02/41] LicheePi_Zero: Disable networking support more fully

Tom Rini trini at konsulko.com
Sun Nov 27 16:24:57 CET 2022


This platform had largely disabled networking support before. More
completely disable it by turning off CONFIG_NET.

Cc: Icenowy Zheng <icenowy at aosc.xyz>
Signed-off-by: Tom Rini <trini at konsulko.com>
---
 configs/LicheePi_Zero_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/LicheePi_Zero_defconfig b/configs/LicheePi_Zero_defconfig
index 5e9732e62e66..027edde6a5a9 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
-- 
2.25.1



More information about the U-Boot mailing list