summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-03-07 11:29:11 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:04:31 +0800
commit9c73b03d015c64346eacd9108e9958613b55a7ec (patch)
tree6741699440c9013e3dd74a37b3dced5ffa65cbe5 /include
parent31f302d313d3cfff064ad07ce39729037373d33a (diff)
downloadu-boot-imx-9c73b03d015c64346eacd9108e9958613b55a7ec.zip
u-boot-imx-9c73b03d015c64346eacd9108e9958613b55a7ec.tar.gz
u-boot-imx-9c73b03d015c64346eacd9108e9958613b55a7ec.tar.bz2
MLK-14365-2 mx6ullevk: Add LCD splash screen support
Add LCD configurations and TFT43AB display settings for mx6sllevk. Enable the CONFIG_VIDEO for this feature. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6ullevk.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/configs/mx6ullevk.h b/include/configs/mx6ullevk.h
index c65a9e5..4ed7262 100644
--- a/include/configs/mx6ullevk.h
+++ b/include/configs/mx6ullevk.h
@@ -169,4 +169,16 @@
#define CONFIG_SOFT_SPI
+#ifdef CONFIG_VIDEO
+#define CONFIG_VIDEO_MXS
+#define CONFIG_VIDEO_LOGO
+#define CONFIG_SPLASH_SCREEN
+#define CONFIG_SPLASH_SCREEN_ALIGN
+#define CONFIG_CMD_BMP
+#define CONFIG_BMP_16BPP
+#define CONFIG_VIDEO_BMP_RLE8
+#define CONFIG_VIDEO_BMP_LOGO
+#define CONFIG_IMX_VIDEO_SKIP
+#endif
+
#endif