summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorkeith.zhao <keith.zhao@starfivetech.com>2023-02-16 14:50:35 +0300
committerkeith.zhao <keith.zhao@starfivetech.com>2023-02-17 09:14:52 +0300
commite8f2e8b73c6781a380c4246028e177408e9a08ae (patch)
tree042c59859c083eb17499693c59205baae9758a9f /include
parentb67f069c7f90e3f86e6e932afeeab270be8c2310 (diff)
downloadu-boot-e8f2e8b73c6781a380c4246028e177408e9a08ae.tar.xz
board:riscv:jh7110: modify config for starfive JH7110 board
add board_late_init to init display memory config the bitmap picture Signed-off-by:keith.zhao<keith.zhao@statfivetech.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/starfive-evb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/starfive-evb.h b/include/configs/starfive-evb.h
index 8c01a0f909..2900189356 100644
--- a/include/configs/starfive-evb.h
+++ b/include/configs/starfive-evb.h
@@ -158,5 +158,7 @@
#define memcpy_fromio(a, c, l) memcpy((a), (c), (l))
#define memcpy_toio(c, a, l) memcpy((c), (a), (l))
+#define CONFIG_VIDEO_BMP_LOGO
+#define CONFIG_VIDEO_LOGO
#endif /* _STARFIVE_EVB_H */