summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authoryannick fertre <yannick.fertre@st.com>2018-03-02 15:59:28 +0100
committerAnatolij Gustschin <agust@denx.de>2018-03-19 11:01:04 +0100
commit92eac5848ff792a236270235b200a3257d5d7e26 (patch)
tree9790c9cfe6c4ea5dc195e8b6499b95b0200b1f20 /include/configs
parent455141636f38ca6c544961c43192b744bc967791 (diff)
stm32f7: board: add splash screen
Support several pixel format (8bits, 16bits, 24bits & 32bits). Add new file st_logo_data.h which contains logo stmicroelectronics_uboot_logo_8bit_rle.bmp. Signed-off-by: yannick fertre <yannick.fertre@st.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/stm32f746-disco.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/stm32f746-disco.h b/include/configs/stm32f746-disco.h
index 801980ea338..8b8a73d0f9e 100644
--- a/include/configs/stm32f746-disco.h
+++ b/include/configs/stm32f746-disco.h
@@ -79,4 +79,14 @@
#endif
/* For SPL ends */
+/* For splashcreen */
+#ifdef CONFIG_DM_VIDEO
+#define CONFIG_VIDEO_BMP_RLE8
+#define CONFIG_BMP_16BPP
+#define CONFIG_BMP_24BPP
+#define CONFIG_BMP_32BPP
+#define CONFIG_SPLASH_SCREEN
+#define CONFIG_SPLASH_SCREEN_ALIGN
+#endif
+
#endif /* __CONFIG_H */