Skip to content

Commit 7a29526

Browse files
committed
fixup
1 parent 35ec275 commit 7a29526

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/board/raspberry-pi-4/uboot/extras.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ CONFIG_BMP_24BPP=y
99
#CONFIG_VIDEO_BMP_GZIP=y
1010
CONFIG_VIDEO=y
1111
CONFIG_VIDEO_BMP_RLE8=y
12+
CONFIG_SILENT_CONSOLE=y

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
bootmenu_delay = "10";
1212
boot_targets = "mmc0";
1313
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";
1515
splashimage =" 0x10000000";
1616
splashpos = "m,m";
1717
splashfile = "splash.bmp";
18+
silent = "1";
1819

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

0 commit comments

Comments
 (0)