mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
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>
This commit is contained in:
parent
66900cb7c4
commit
3c6ee7bb72
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue