diff options
| author | Devarsh Thakkar <[email protected]> | 2026-05-19 19:47:14 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-06-02 13:49:16 -0600 |
| commit | e853b26d0cdd1f736e074d9b71922780a057567d (patch) | |
| tree | 105315d3e9f0b06ae3a90c4a3e476a4733691602 /configs | |
| parent | 6c164d51d698802d1f768106b8700147ad0e3d46 (diff) | |
configs: am62x: Add splashscreen prune config fragment
Add config fragment to disable splashscreen. This is especially useful
for platforms such as AM62P as splash needs to be disabled while using
TI-DM firmware with display sharing feature enabled.
Signed-off-by: Devarsh Thakkar <[email protected]>
Signed-off-by: Swamil Jain <[email protected]>
Reviewed-by: Neha Malcom Francis <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/am62x_evm_prune_splashscreen.config | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/configs/am62x_evm_prune_splashscreen.config b/configs/am62x_evm_prune_splashscreen.config new file mode 100644 index 00000000000..a92f0f7aad5 --- /dev/null +++ b/configs/am62x_evm_prune_splashscreen.config @@ -0,0 +1,16 @@ +CONFIG_FDT_SIMPLEFB=n +CONFIG_VIDEO=n +CONFIG_SYS_WHITE_ON_BLACK=n +CONFIG_SPL_VIDEO_TIDSS=n +CONFIG_BMP_24BPP=n +CONFIG_BMP_32BPP=n +CONFIG_SPL_VIDEO=n +CONFIG_SPL_SPLASH_SCREEN=n +CONFIG_SPL_SYS_WHITE_ON_BLACK=n +CONFIG_SPL_SPLASH_SCREEN_ALIGN=n +CONFIG_SPL_SPLASH_SOURCE=n +CONFIG_SPL_BMP=n +CONFIG_SPL_VIDEO_BMP_GZIP=n +CONFIG_SPL_BMP_24BPP=n +CONFIG_SPL_BMP_32BPP=n +CONFIG_SPL_HIDE_LOGO_VERSION=n
\ No newline at end of file |
