]> Git Repo - J-u-boot.git/commitdiff
tools: logos: Rename TI logo files
authorNikhil M Jain <[email protected]>
Fri, 1 Sep 2023 10:39:13 +0000 (16:09 +0530)
committerTom Rini <[email protected]>
Mon, 18 Sep 2023 21:34:14 +0000 (17:34 -0400)
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 <[email protected]>
Reviewed-by: Devarsh Thakkar <[email protected]>
board/ti/am62x/am62x.env
tools/logos/ti.bmp [deleted file]
tools/logos/ti.gz [deleted file]
tools/logos/ti_logo_414x97_32bpp.bmp [new file with mode: 0644]
tools/logos/ti_logo_414x97_32bpp.bmp.gz [new file with mode: 0644]

index 3b79ae1b3f0d23548f4585904fc28d3e1e42e135..22a6c2c91b1e46cab3d3c380bfa28b162a439123 100644 (file)
@@ -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.bmp
deleted file mode 100644 (file)
index 7fee6e8..0000000
Binary files a/tools/logos/ti.bmp and /dev/null differ
diff --git a/tools/logos/ti.gz b/tools/logos/ti.gz
deleted file mode 100644 (file)
index 3a5b45e..0000000
Binary files a/tools/logos/ti.gz and /dev/null differ
diff --git a/tools/logos/ti_logo_414x97_32bpp.bmp b/tools/logos/ti_logo_414x97_32bpp.bmp
new file mode 100644 (file)
index 0000000..7fee6e8
Binary files /dev/null and b/tools/logos/ti_logo_414x97_32bpp.bmp differ
diff --git a/tools/logos/ti_logo_414x97_32bpp.bmp.gz b/tools/logos/ti_logo_414x97_32bpp.bmp.gz
new file mode 100644 (file)
index 0000000..3a5b45e
Binary files /dev/null and b/tools/logos/ti_logo_414x97_32bpp.bmp.gz differ
This page took 0.039974 seconds and 4 git commands to generate.