We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117d7af commit 3d43b8bCopy full SHA for 3d43b8b
src/board/raspberry-pi-4/uboot/rpi-env.dtso
@@ -17,8 +17,7 @@
17
stdin = "serial";
18
splashpos = "m,m";
19
splashfile = "splash.bmp";
20
- splashimage = "0x20000000";
21
- bootcmd = "fatload mmc 0:1 ${splashimage} ${splashfile}; bmp display ${splashimage}; run ixboot";
+ bootcmd = "fatload mmc 0:1 ${loadaddr} ${splashfile}; bmp display ${loadaddr}; run ixboot";
22
23
ixpreboot = /incbin/("scripts/ixpreboot.sh");
24
ixbtn-devmode = "setenv dev_mode yes; echo Enabled";
0 commit comments