diff options
author | Tom Rini <trini@konsulko.com> | 2022-11-27 10:24:58 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-07 12:20:17 -0500 |
commit | 3c6ee7bb72735e0122acb71ec9df9de7acf3c78b (patch) | |
tree | fb2576466c64bf33e6edc165bf09e5f3680f6b0e /configs/pinecube_defconfig | |
parent | 66900cb7c4e32cb486614fbb4716f23dff59fb40 (diff) | |
download | u-boot-3c6ee7bb72735e0122acb71ec9df9de7acf3c78b.tar.gz |
pinecube: 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.io>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/pinecube_defconfig')
-rw-r--r-- | configs/pinecube_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/pinecube_defconfig b/configs/pinecube_defconfig index 3386eda8862..2ce7b2772a1 100644 --- a/configs/pinecube_defconfig +++ b/configs/pinecube_defconfig @@ -10,12 +10,12 @@ CONFIG_I2C0_ENABLE=y # CONFIG_HAS_ARMV7_SECURE_BASE is not set CONFIG_SYS_MONITOR_LEN=786432 CONFIG_SPL_I2C=y +# CONFIG_NET is not set CONFIG_SPL_SYS_I2C_LEGACY=y CONFIG_SYS_I2C_MVTWSI=y CONFIG_SYS_I2C_SLAVE=0x7f CONFIG_SYS_I2C_SPEED=400000 CONFIG_SPI_FLASH_WINBOND=y -# CONFIG_NETDEVICES is not set CONFIG_AXP209_POWER=y CONFIG_AXP_DCDC2_VOLT=1250 CONFIG_AXP_DCDC3_VOLT=3300 |