aboutsummaryrefslogtreecommitdiff
path: root/board/ti/am62x/am62x.env
diff options
context:
space:
mode:
authorNikhil M Jain <n-jain1@ti.com>2023-01-31 15:35:18 +0530
committerTom Rini <trini@konsulko.com>2023-02-06 13:04:52 -0500
commit0952aa81daf938ed7bad2ba21770a208cc0c9219 (patch)
treec39f36c26b70274256a0f3a37956cbc73ad71289 /board/ti/am62x/am62x.env
parent6a74e2537ff379eb59ef52b4773f45d193543e33 (diff)
downloadu-boot-0952aa81daf938ed7bad2ba21770a208cc0c9219.zip
u-boot-0952aa81daf938ed7bad2ba21770a208cc0c9219.tar.gz
u-boot-0952aa81daf938ed7bad2ba21770a208cc0c9219.tar.bz2
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/ti/am62x/am62x.env')
-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 e465d00..c9a3b3d 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