summaryrefslogtreecommitdiff
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 4a86321f64..5cbab27ee3 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -270,7 +270,7 @@ LOGO-$(CONFIG_VIDEO_LOGO) += $(LOGO_DATA_H)
# Generic logo
ifeq ($(LOGO_BMP),)
-LOGO_BMP= $(srctree)/$(src)/logos/denx.bmp
+LOGO_BMP= $(srctree)/$(src)/logos/atmel.bmp
# Use board logo and fallback to vendor
ifneq ($(wildcard $(srctree)/$(src)/logos/$(BOARD).bmp),)