From 0952aa81daf938ed7bad2ba21770a208cc0c9219 Mon Sep 17 00:00:00 2001 From: Nikhil M Jain Date: Tue, 31 Jan 2023 15:35:18 +0530 Subject: [PATCH] board: ti: am62x: am62x: Add splash screen env variables Set splash screen related env variables. Default splash source is set to mmc where user is expected to keep bmp in compressed format with name ti.gz on first partition of mmc. Splash file will be uncompressed to DDR at address 0x82000000 and splash position is set to middle of screen. Signed-off-by: Nikhil M Jain --- board/ti/am62x/am62x.env | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/board/ti/am62x/am62x.env b/board/ti/am62x/am62x.env index e465d0010b..c9a3b3dfae 100644 --- a/board/ti/am62x/am62x.env +++ b/board/ti/am62x/am62x.env @@ -101,3 +101,8 @@ get_kern_mmc=load mmc ${bootpart} ${loadaddr} get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit} partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs} + +splashfile=ti.gz +splashimage=0x82000000 +splashpos=m,m +splashsource=mmc -- 2.39.5