mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
40d0cdda3e
CONFIG_TARGET_FOO was only used in board/sunxi/Makefile to select the dram config for sun5i and sun7i boards and in board/sunxi/gmac.c for some special handling of the bananapi/bananapro (both sun7i), all sun5i and sun7i boards have been moved over to using a single dram_sun5i_autoconfig file, and the tx clk delay handling for the Banana boards now has its own Kconfig. IOW nothing is using CONFIG_TARGET_FOO anymore, so remove it. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
12 lines
316 B
Text
12 lines
316 B
Text
CONFIG_SPL=y
|
|
CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_GMAC,USB_EHCI"
|
|
CONFIG_FDTFILE="sun7i-a20-m3.dtb"
|
|
CONFIG_VIDEO_VGA=y
|
|
+S:CONFIG_MMC_SUNXI_SLOT_EXTRA=2
|
|
+S:CONFIG_MMC0_CD_PIN="PH1"
|
|
+S:CONFIG_ARM=y
|
|
+S:CONFIG_ARCH_SUNXI=y
|
|
+S:CONFIG_MACH_SUN7I=y
|
|
+S:CONFIG_DRAM_CLK=384
|
|
+S:CONFIG_DRAM_ZQ=127
|
|
+S:CONFIG_DRAM_EMR1=4
|