diff options
author | Tom Rini <trini@konsulko.com> | 2022-11-27 10:24:57 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-07 12:20:17 -0500 |
commit | 66900cb7c4e32cb486614fbb4716f23dff59fb40 (patch) | |
tree | 6d1e9e201efca3473335a203d3d1f55382a94541 /configs | |
parent | ebef190e138ed52501c2f65b7f86302eb0c981a8 (diff) | |
download | u-boot-66900cb7c4e32cb486614fbb4716f23dff59fb40.tar.gz |
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 <icenowy@aosc.xyz>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/LicheePi_Zero_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/LicheePi_Zero_defconfig b/configs/LicheePi_Zero_defconfig index 5e9732e62e6..027edde6a5a 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 |