mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +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>
17 lines
630 B
Text
17 lines
630 B
Text
CONFIG_SPL=y
|
|
CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=2,USB_EHCI"
|
|
CONFIG_FDTFILE="sun5i-a13-olinuxino-micro.dtb"
|
|
CONFIG_USB1_VBUS_PIN="PG11"
|
|
CONFIG_VIDEO_HDMI=n
|
|
CONFIG_VIDEO_VGA_VIA_LCD=y
|
|
# For use with the Olimex 7" LCD module, adjust timings for other displays
|
|
# Set video-mode=sunxi:800x600-24@60,monitor=lcd in the env. to enable
|
|
CONFIG_VIDEO_LCD_MODE="x:800,y:480,depth:18,pclk_khz:33000,le:16,ri:209,up:22,lo:22,hs:30,vs:1,sync:3,vmode:0"
|
|
CONFIG_VIDEO_LCD_POWER="PB10"
|
|
CONFIG_VIDEO_LCD_BL_PWM="PB2"
|
|
+S:CONFIG_ARM=y
|
|
+S:CONFIG_ARCH_SUNXI=y
|
|
+S:CONFIG_MACH_SUN5I=y
|
|
+S:CONFIG_DRAM_CLK=408
|
|
+S:CONFIG_DRAM_ZQ=123
|
|
+S:CONFIG_DRAM_EMR1=0
|