summaryrefslogtreecommitdiff
path: root/include/configs/pico-imx6.h
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2019-09-17 20:17:07 +0300
committerStefano Babic <sbabic@denx.de>2019-10-08 17:35:59 +0300
commit953c2500bc0c0d72d9099319381542feb9905ea3 (patch)
tree81fcf8c6a719dbd3d723c5c5e70c080e36980824 /include/configs/pico-imx6.h
parentd9033f2f422eb3d82c9e914a85ab73bcf7b2a1d5 (diff)
downloadu-boot-953c2500bc0c0d72d9099319381542feb9905ea3.tar.xz
pico-imx6: Add splashscreen support
Add splashscreen support. Tested with the parallel FT5x06-WVGA panel. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'include/configs/pico-imx6.h')
-rw-r--r--include/configs/pico-imx6.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/pico-imx6.h b/include/configs/pico-imx6.h
index d539b88bf7..467d5ff4f5 100644
--- a/include/configs/pico-imx6.h
+++ b/include/configs/pico-imx6.h
@@ -139,4 +139,14 @@
#define CONFIG_PHYLIB
#define CONFIG_PHY_ATHEROS
+/* Framebuffer */
+#define CONFIG_VIDEO_BMP_RLE8
+#define CONFIG_SPLASH_SCREEN
+#define CONFIG_SPLASH_SCREEN_ALIGN
+#define CONFIG_BMP_16BPP
+#define CONFIG_VIDEO_LOGO
+#define CONFIG_VIDEO_BMP_LOGO
+#define CONFIG_IMX_HDMI
+#define CONFIG_IMX_VIDEO_SKIP
+
#endif /* __CONFIG_H * */