diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-08-05 17:05:29 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-08-14 08:37:37 +0200 |
commit | 86140955f4e88e15041efddd623e9ee6df8132b9 (patch) | |
tree | 3b76ffeefa1b050f86f39b350120c27340b8d44a /configs/Bananapro_defconfig | |
parent | 7d65e2c3070c33f7881a6c03dbae46a302e5a893 (diff) | |
download | u-boot-86140955f4e88e15041efddd623e9ee6df8132b9.tar.gz |
sunxi: display: Enable composite video support on more boards
Enable composite video support on all boards which have a composite video
out connector (either cinch or jack).
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'configs/Bananapro_defconfig')
-rw-r--r-- | configs/Bananapro_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/Bananapro_defconfig b/configs/Bananapro_defconfig index 5506ab3231..346db34dcf 100644 --- a/configs/Bananapro_defconfig +++ b/configs/Bananapro_defconfig @@ -5,6 +5,7 @@ CONFIG_DRAM_CLK=432 CONFIG_USB1_VBUS_PIN="PH0" CONFIG_USB2_VBUS_PIN="PH1" CONFIG_GMAC_TX_DELAY=3 +CONFIG_VIDEO_COMPOSITE=y CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-bananapro" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_SPL=y |