mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
b87fb19668
So far we stated the lack of a lowlevel() init function for the Allwinner F1C100s board by defining the respective SKIP_* symbol in the board's defconfig. However we don't expect any *board* to employ such low level code, so expect this to be never used for the ARMv5 Allwinner SoCs. Select the appropriate symbols in the Kconfig, so that we can remove them from the defconfig, and avoid putting them in future defconfigs for other boards. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>
13 lines
307 B
Text
13 lines
307 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_SUNXI=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="suniv-f1c100s-licheepi-nano"
|
|
CONFIG_SPL=y
|
|
CONFIG_MACH_SUNIV=y
|
|
CONFIG_DRAM_CLK=156
|
|
CONFIG_DRAM_ZQ=0
|
|
# CONFIG_VIDEO_SUNXI is not set
|
|
CONFIG_SPL_SPI_SUNXI=y
|
|
CONFIG_SPI_FLASH_WINBOND=y
|
|
CONFIG_SPI_FLASH_XTX=y
|
|
CONFIG_SPI=y
|
|
# CONFIG_SYSRESET is not set
|