[U-Boot] [PATCH v5 14/15] stm32mp1: configs: update video
Yannick Fertré
yannick.fertre at st.com
Mon Oct 7 13:29:14 UTC 2019
Update video configs to support bitmap 16bpp, 24bpp,
32bpp & RLE8.
Signed-off-by: Yannick Fertré <yannick.fertre at st.com>
---
include/configs/stm32mp1.h | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/include/configs/stm32mp1.h b/include/configs/stm32mp1.h
index 92660fe..988992b 100644
--- a/include/configs/stm32mp1.h
+++ b/include/configs/stm32mp1.h
@@ -83,6 +83,13 @@
#define CONFIG_SYS_MTDPARTS_RUNTIME
#endif
+#ifdef CONFIG_DM_VIDEO
+#define CONFIG_VIDEO_BMP_RLE8
+#define CONFIG_BMP_16BPP
+#define CONFIG_BMP_24BPP
+#define CONFIG_BMP_32BPP
+#endif
+
/*****************************************************************************/
#ifdef CONFIG_DISTRO_DEFAULTS
/*****************************************************************************/
--
2.7.4
More information about the U-Boot
mailing list