File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/board/raspberry-pi-4/uboot Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ CONFIG_BMP_24BPP=y
9
9
#CONFIG_VIDEO_BMP_GZIP=y
10
10
CONFIG_VIDEO=y
11
11
CONFIG_VIDEO_BMP_RLE8=y
12
+ CONFIG_SILENT_CONSOLE=y
Original file line number Diff line number Diff line change 11
11
bootmenu_delay = "10";
12
12
boot_targets = "mmc0";
13
13
ethprime = "eth0";
14
- bootcmd = "fatload mmc 0:1 ${splashimage} ${splashfile}; bmp display ${splashimage} ${splashpos} ; run ixboot";
14
+ bootcmd = "fatload mmc 0:1 ${splashimage} ${splashfile}; bmp display ${splashimage}; run ixboot";
15
15
splashimage =" 0x10000000";
16
16
splashpos = "m,m";
17
17
splashfile = "splash.bmp";
18
+ silent = "1";
18
19
19
20
ixpreboot = /incbin/("scripts/ixpreboot.sh");
20
21
ixbtn-devmode = "setenv dev_mode yes; echo Enabled";
You can’t perform that action at this time.
0 commit comments