Skip to content

Commit f111084

Browse files
s-jain1StaticRocket
authored andcommitted
docs(linux): Update U-Boot Splash Screen docs for AM62 family
Adding 'CONFIG_VIDEO_LOGO' for splashscreen at u-boot proper. Signed-off-by: Swamil Jain <[email protected]>
1 parent 2fce511 commit f111084

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/linux/Foundational_Components/U-Boot/UG-Splash-Screen.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ Display custom logo as splash screen
194194
CONFIG_BMP_32BPP=y
195195
CONFIG_BMP=y
196196
CONFIG_VIDEO_BMP_GZIP=y
197+
CONFIG_VIDEO_LOGO=y
197198
198199
Enabling splash screen on custom board based on |__PART_FAMILY_DEVICE_NAMES__| SoC
199200
-----------------------------------------------------------------------------------
@@ -246,6 +247,7 @@ To enable splash screen on custom board based on |__PART_FAMILY_DEVICE_NAMES__|
246247
CONFIG_BMP_32BPP=y
247248
CONFIG_BMP=y
248249
CONFIG_VIDEO_BMP_GZIP=y
250+
CONFIG_VIDEO_LOGO=y
249251
250252
3. To enable different boot media for splash, define splash file locations struct in the board file present at :file:`board/ti/<platform>/evm.c`
251253
4. If a different boot media other than mmc is used for storing splash, then update the splash-related env variables in board.env file present at :file:`board/ti/<platform>/<platform>.env`

0 commit comments

Comments
 (0)