Skip to content

Commit 3d43b8b

Browse files
committed
Update environemt
1 parent 117d7af commit 3d43b8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
stdin = "serial";
1818
splashpos = "m,m";
1919
splashfile = "splash.bmp";
20-
splashimage = "0x20000000";
21-
bootcmd = "fatload mmc 0:1 ${splashimage} ${splashfile}; bmp display ${splashimage}; run ixboot";
20+
bootcmd = "fatload mmc 0:1 ${loadaddr} ${splashfile}; bmp display ${loadaddr}; run ixboot";
2221

2322
ixpreboot = /incbin/("scripts/ixpreboot.sh");
2423
ixbtn-devmode = "setenv dev_mode yes; echo Enabled";

0 commit comments

Comments
 (0)