From 9948c25fceb2bb225d628bdd392a1dd7c9ca1880 Mon Sep 17 00:00:00 2001 From: Swamil Jain Date: Mon, 20 Jan 2025 14:35:49 +0530 Subject: [PATCH] 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 --- .../linux/Foundational_Components/U-Boot/UG-Splash-Screen.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/linux/Foundational_Components/U-Boot/UG-Splash-Screen.rst b/source/linux/Foundational_Components/U-Boot/UG-Splash-Screen.rst index d38552a76..9249a3425 100644 --- a/source/linux/Foundational_Components/U-Boot/UG-Splash-Screen.rst +++ b/source/linux/Foundational_Components/U-Boot/UG-Splash-Screen.rst @@ -194,6 +194,7 @@ Display custom logo as splash screen CONFIG_BMP_32BPP=y CONFIG_BMP=y CONFIG_VIDEO_BMP_GZIP=y + CONFIG_VIDEO_LOGO=y Enabling splash screen on custom board based on |__PART_FAMILY_DEVICE_NAMES__| SoC ----------------------------------------------------------------------------------- @@ -246,6 +247,7 @@ To enable splash screen on custom board based on |__PART_FAMILY_DEVICE_NAMES__| CONFIG_BMP_32BPP=y CONFIG_BMP=y CONFIG_VIDEO_BMP_GZIP=y + CONFIG_VIDEO_LOGO=y 3. To enable different boot media for splash, define splash file locations struct in the board file present at :file:`board/ti//evm.c` 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//.env`