diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-12-19 13:46:33 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-01-14 14:56:38 +0100 |
commit | be8ec6330627c8413e5bd15ccf6c32a98677e704 (patch) | |
tree | 40fa2299d2b05658cb2335b208319cad94a7acc0 /include/configs | |
parent | d2fabdc71ccf0eee938cd77a0eabffb5debef42d (diff) | |
download | u-boot-imx-be8ec6330627c8413e5bd15ccf6c32a98677e704.zip u-boot-imx-be8ec6330627c8413e5bd15ccf6c32a98677e704.tar.gz u-boot-imx-be8ec6330627c8413e5bd15ccf6c32a98677e704.tar.bz2 |
sunxi: video: Use video-mode/-timing from videomodes
Switch from fb_videomode to ctfb_res_modes and use the predefined videotimings
from videomodes.c, rather then defining our own.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Acked-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/sunxi-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index f7e87a2..4741b2e 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -215,6 +215,7 @@ #define CONFIG_CFB_CONSOLE #define CONFIG_VIDEO_SW_CURSOR #define CONFIG_VIDEO_LOGO +#define CONFIG_VIDEO_STD_TIMINGS /* allow both serial and cfb console. */ #define CONFIG_CONSOLE_MUX |