summaryrefslogtreecommitdiff
path: root/include/configs/starfive-visionfive2.h
diff options
context:
space:
mode:
authorkeith.zhao <keith.zhao@starfivetech.com>2023-03-17 05:42:47 +0300
committerkeith.zhao <keith.zhao@starfivetech.com>2023-03-17 05:42:47 +0300
commit551417313aa3f70b9a3853b83873883db5648b2d (patch)
tree4ac4918c8d1018799e2a4762b97c9b3c7e592634 /include/configs/starfive-visionfive2.h
parentb585c205973c76fb991f0a87280038fb6e405471 (diff)
downloadu-boot-551417313aa3f70b9a3853b83873883db5648b2d.tar.xz
display: update uboot logo display function:
1. the current default support 8bpp bitmap expansion to 8, 16, 24, 32bpp bitmap 2. Set the logo display position to center from the upper left corner by default 3. Optimize the logo replacement process Signed-off-by: keith <keith.zhao@starfivetech.com>
Diffstat (limited to 'include/configs/starfive-visionfive2.h')
-rw-r--r--include/configs/starfive-visionfive2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/starfive-visionfive2.h b/include/configs/starfive-visionfive2.h
index cddba5d595..a9f009aa1b 100644
--- a/include/configs/starfive-visionfive2.h
+++ b/include/configs/starfive-visionfive2.h
@@ -273,5 +273,9 @@
#define CONFIG_VIDEO_BMP_LOGO
#define CONFIG_VIDEO_LOGO
+#define CONFIG_BMP_16BPP
+#define CONFIG_BMP_24BPP
+#define CONFIG_BMP_32BPP
+
#endif /* _STARFIVE_EVB_H */