summaryrefslogtreecommitdiff
path: root/configs/pinecube_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-27 18:24:58 +0300
committerTom Rini <trini@konsulko.com>2022-12-07 20:20:17 +0300
commit3c6ee7bb72735e0122acb71ec9df9de7acf3c78b (patch)
treefb2576466c64bf33e6edc165bf09e5f3680f6b0e /configs/pinecube_defconfig
parent66900cb7c4e32cb486614fbb4716f23dff59fb40 (diff)
downloadu-boot-3c6ee7bb72735e0122acb71ec9df9de7acf3c78b.tar.xz
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_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/pinecube_defconfig b/configs/pinecube_defconfig
index 3386eda886..2ce7b2772a 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