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