mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
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>
This commit is contained in:
parent
6a74e2537f
commit
0952aa81da
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue