summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-03-07 11:14:42 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:04:31 +0800
commit31f302d313d3cfff064ad07ce39729037373d33a (patch)
treeaaf76197089524315cdd94c7400291e065cc8532 /include
parent37f58a1bcefe48261a736df0211f007835074db7 (diff)
downloadu-boot-imx-31f302d313d3cfff064ad07ce39729037373d33a.zip
u-boot-imx-31f302d313d3cfff064ad07ce39729037373d33a.tar.gz
u-boot-imx-31f302d313d3cfff064ad07ce39729037373d33a.tar.bz2
MLK-14365-1 mx6sllevk: Add LCD splash screen support
Add LCD configurations and MCIMX28LCD 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/mx6sllevk.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/configs/mx6sllevk.h b/include/configs/mx6sllevk.h
index 8215e63..8003fa7 100644
--- a/include/configs/mx6sllevk.h
+++ b/include/configs/mx6sllevk.h
@@ -154,4 +154,16 @@
#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
#endif
+#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 /* __CONFIG_H */