summaryrefslogtreecommitdiff
path: root/board/starfive/evb/starfive_evb.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/starfive/evb/starfive_evb.c')
-rw-r--r--board/starfive/evb/starfive_evb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/starfive/evb/starfive_evb.c b/board/starfive/evb/starfive_evb.c
index e1e3f2dbc4..85881d28d6 100644
--- a/board/starfive/evb/starfive_evb.c
+++ b/board/starfive/evb/starfive_evb.c
@@ -18,6 +18,7 @@
#include <asm/arch/gpio.h>
#include <bmp_logo.h>
#include <video.h>
+#include <splash.h>
enum chip_type_t {
CHIP_A = 0,
@@ -310,7 +311,7 @@ int board_late_init(void)
if (ret)
return ret;
- ret = video_bmp_display(dev, (ulong)&bmp_logo_bitmap[0], 0, 0, false);
+ ret = video_bmp_display(dev, (ulong)&bmp_logo_bitmap[0], BMP_ALIGN_CENTER, BMP_ALIGN_CENTER, true);
if (ret)
goto err;