diff options
author | Yung-Ching LIN <yungching0725@gmail.com> | 2017-03-29 01:51:22 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-04-12 18:04:33 +0200 |
commit | f6f7e73d4503f84723f699cd63ac18397db36858 (patch) | |
tree | b840717d022ae2984dd96c84f5113e5840495c29 /include/configs/advantech_dms-ba16.h | |
parent | fbe62a67579bc002d7526942cdd7ffabff430cd2 (diff) | |
download | u-boot-f6f7e73d4503f84723f699cd63ac18397db36858.tar.gz |
board: advantech: dms-ba16: Add the configuration options for display initialization
Add the configuration options for display initialization in case we need to
do the display initialization in kernel to support different timing settings
Signed-off-by: Ken Lin <yungching0725@gmail.com>
Acked-by: Akshay Bhat <akshay.bhat@timesys.com>
Diffstat (limited to 'include/configs/advantech_dms-ba16.h')
-rw-r--r-- | include/configs/advantech_dms-ba16.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/advantech_dms-ba16.h b/include/configs/advantech_dms-ba16.h index 14e9c06fac..53a45b21a4 100644 --- a/include/configs/advantech_dms-ba16.h +++ b/include/configs/advantech_dms-ba16.h @@ -262,6 +262,7 @@ #define CONFIG_SYS_FSL_USDHC_NUM 3 /* Framebuffer */ +#ifdef CONFIG_VIDEO #define CONFIG_VIDEO_IPUV3 #define CONFIG_VIDEO_BMP_RLE8 #define CONFIG_SPLASH_SCREEN @@ -272,6 +273,7 @@ #define CONFIG_IPUV3_CLK 260000000 #define CONFIG_IMX_HDMI #define CONFIG_IMX_VIDEO_SKIP +#endif #define CONFIG_PWM_IMX #define CONFIG_IMX6_PWM_PER_CLK 66000000 |