From fc2ce6b33e997ec8dbaffc43f35125052d39224a Mon Sep 17 00:00:00 2001 From: "keith.zhao" Date: Fri, 17 Mar 2023 10:29:01 +0000 Subject: CR_4094 display: update uboot logo display function: --- include/configs/starfive-evb.h | 4 ++++ include/configs/starfive-visionfive.h | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/configs/starfive-evb.h b/include/configs/starfive-evb.h index b9587ff043..37611c82b9 100644 --- a/include/configs/starfive-evb.h +++ b/include/configs/starfive-evb.h @@ -188,5 +188,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 */ -- cgit v1.2.3