mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-03 18:10:13 +00:00
b072aefbbe
Commit 08574ed339
("Convert CONFIG_SYS_MONITOR_LEN to Kconfig") moved
the definition of said config variable from the common sunxi header to
*every board's* defconfig.
This is a platform choice, not board specific, so remove the variable
from there, instead set the one value for all Allwinner boards in
Kconfig.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
22 lines
541 B
Text
22 lines
541 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_SUNXI=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="sun8i-s3-pinecube"
|
|
CONFIG_SPL=y
|
|
CONFIG_MACH_SUN8I_V3S=y
|
|
CONFIG_SUNXI_DRAM_DDR3_1333=y
|
|
CONFIG_DRAM_CLK=504
|
|
CONFIG_DRAM_ODT_EN=y
|
|
CONFIG_I2C0_ENABLE=y
|
|
# CONFIG_HAS_ARMV7_SECURE_BASE is not set
|
|
CONFIG_SPL_I2C=y
|
|
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
|
|
CONFIG_CONS_INDEX=3
|
|
CONFIG_SPI=y
|