summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorandy.hu <andy.hu@starfivetech.com>2023-03-17 13:29:01 +0300
committerandy.hu <andy.hu@starfivetech.com>2023-03-17 13:29:01 +0300
commit6be2d0ba531e9ece412cc58545d01ff654563e20 (patch)
treea383aaf09dbb7fed9ae392e9a5c1e0333119d9af /include
parent0f9bab35b0e3b445e2d322707b9659d7537d7e8c (diff)
parentfc2ce6b33e997ec8dbaffc43f35125052d39224a (diff)
downloadu-boot-6be2d0ba531e9ece412cc58545d01ff654563e20.tar.xz
Merge branch 'CR_4094_evb_515_uboot_logo_keith.zhao' into 'jh7110-master'
CR_4094 display: update uboot logo display function: See merge request sdk/u-boot!42
Diffstat (limited to 'include')
-rw-r--r--include/configs/starfive-evb.h4
-rw-r--r--include/configs/starfive-visionfive.h8
2 files changed, 11 insertions, 1 deletions
diff --git a/include/configs/starfive-evb.h b/include/configs/starfive-evb.h
index d9f1e9aeb2..ffe90264f2 100644
--- a/include/configs/starfive-evb.h
+++ b/include/configs/starfive-evb.h
@@ -202,5 +202,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 */
diff --git a/include/configs/starfive-visionfive.h b/include/configs/starfive-visionfive.h
index a7561a15b7..b732cc3122 100644
--- a/include/configs/starfive-visionfive.h
+++ b/include/configs/starfive-visionfive.h
@@ -141,5 +141,11 @@
#define memcpy_fromio(a, c, l) memcpy((a), (c), (l))
#define memcpy_toio(c, a, l) memcpy((c), (a), (l))
-#endif /* _STARFIVE_VISIONFIVE_H */
+#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 */