Skip to content

Commit db4ff0e

Browse files
committed
Test change splash image address.
1 parent cee9300 commit db4ff0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/board/raspberry-pi-4/uboot/rpi-env.dtso

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
stdin = "serial";
1818
splashpos = "m,m";
1919
splashfile = "splash.bmp";
20-
splashimage = "0x10000000";
20+
splashimage = "0x30000000";
2121
bootcmd = "fatload mmc 0:1 ${splashimage} ${splashfile}; bmp display ${splashimage}; run ixboot";
2222

2323
ixpreboot = /incbin/("scripts/ixpreboot.sh");

0 commit comments

Comments
 (0)