summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorNikhil M Jain <n-jain1@ti.com>2023-01-31 13:05:18 +0300
committerTom Rini <trini@konsulko.com>2023-02-06 21:04:52 +0300
commit0952aa81daf938ed7bad2ba21770a208cc0c9219 (patch)
treec39f36c26b70274256a0f3a37956cbc73ad71289 /board
parent6a74e2537ff379eb59ef52b4773f45d193543e33 (diff)
downloadu-boot-0952aa81daf938ed7bad2ba21770a208cc0c9219.tar.xz
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 <n-jain1@ti.com>
Diffstat (limited to 'board')
-rw-r--r--board/ti/am62x/am62x.env5
1 files changed, 5 insertions, 0 deletions
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