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 | |
parent | dc38fe2ca5dac47e2acf848524c2c0749c4aabf0 (diff) |
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>
-rw-r--r-- | board/ti/am62x/am62x.env | 2 | ||||
-rw-r--r-- | tools/logos/ti_logo_414x97_32bpp.bmp (renamed from tools/logos/ti.bmp) | bin | 160770 -> 160770 bytes | |||
-rw-r--r-- | tools/logos/ti_logo_414x97_32bpp.bmp.gz (renamed from tools/logos/ti.gz) | bin | 12285 -> 12285 bytes |
3 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/am62x/am62x.env b/board/ti/am62x/am62x.env index 3b79ae1b3f..22a6c2c91b 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 diff --git a/tools/logos/ti.bmp b/tools/logos/ti_logo_414x97_32bpp.bmp Binary files differindex 7fee6e81e0..7fee6e81e0 100644 --- a/tools/logos/ti.bmp +++ b/tools/logos/ti_logo_414x97_32bpp.bmp diff --git a/tools/logos/ti.gz b/tools/logos/ti_logo_414x97_32bpp.bmp.gz Binary files differindex 3a5b45e035..3a5b45e035 100644 --- a/tools/logos/ti.gz +++ b/tools/logos/ti_logo_414x97_32bpp.bmp.gz |