diff options
author | Nikhil M Jain <n-jain1@ti.com> | 2023-09-01 16:09:13 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-09-18 17:34:14 -0400 |
commit | a467fb58b1b0534f1a212ce12a50aa21c02a6b97 (patch) | |
tree | ec91a8a9f20f3e684aff87094605f8acedad4972 /board | |
parent | dc38fe2ca5dac47e2acf848524c2c0749c4aabf0 (diff) | |
download | u-boot-a467fb58b1b0534f1a212ce12a50aa21c02a6b97.tar.gz |
tools: logos: Rename TI logo files
Change the file name from ti.gz and ti.bmp to ti_logos_414x97_32bpp to
help user understand the resolution and identify the logo files when
placed in the boot partition and update the splashfile name with the
same in .env file.
Signed-off-by: Nikhil M Jain <n-jain1@ti.com>
Reviewed-by: Devarsh Thakkar <devarsht@ti.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/ti/am62x/am62x.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/am62x/am62x.env b/board/ti/am62x/am62x.env index 3b79ae1b3f0..22a6c2c91b1 100644 --- a/board/ti/am62x/am62x.env +++ b/board/ti/am62x/am62x.env @@ -15,7 +15,7 @@ bootpart=1:2 bootdir=/boot rd_spec=- -splashfile=ti.gz +splashfile=ti_logo_414x97_32bpp.bmp.gz splashimage=0x80200000 splashpos=m,m splashsource=sf |