[PATCH] 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 --- board/ti/am62x/am62x.env | 2 +- tools/logos/{ti.bmp => ti_logo_414x97_32bpp.bmp} | Bin tools/logos/{ti.gz => ti_logo_414x97_32bpp.bmp.gz} | Bin 3 files changed, 1 insertion(+), 1 deletion(-) rename tools/logos/{ti.bmp => ti_logo_414x97_32bpp.bmp} (100%) rename tools/logos/{ti.gz => ti_logo_414x97_32bpp.bmp.gz} (100%)
diff --git a/board/ti/am62x/am62x.env b/board/ti/am62x/am62x.env index f2dc87893a..ece9eacc08 100644 --- a/board/ti/am62x/am62x.env +++ b/board/ti/am62x/am62x.env @@ -17,7 +17,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 similarity index 100% rename from tools/logos/ti.bmp rename to tools/logos/ti_logo_414x97_32bpp.bmp diff --git a/tools/logos/ti.gz b/tools/logos/ti_logo_414x97_32bpp.bmp.gz similarity index 100% rename from tools/logos/ti.gz rename to tools/logos/ti_logo_414x97_32bpp.bmp.gz

On 01/09/23 16:09, Nikhil M Jain wrote:
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
Regards Devarsh
board/ti/am62x/am62x.env | 2 +- tools/logos/{ti.bmp => ti_logo_414x97_32bpp.bmp} | Bin tools/logos/{ti.gz => ti_logo_414x97_32bpp.bmp.gz} | Bin 3 files changed, 1 insertion(+), 1 deletion(-) rename tools/logos/{ti.bmp => ti_logo_414x97_32bpp.bmp} (100%) rename tools/logos/{ti.gz => ti_logo_414x97_32bpp.bmp.gz} (100%)
diff --git a/board/ti/am62x/am62x.env b/board/ti/am62x/am62x.env index f2dc87893a..ece9eacc08 100644 --- a/board/ti/am62x/am62x.env +++ b/board/ti/am62x/am62x.env @@ -17,7 +17,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 similarity index 100% rename from tools/logos/ti.bmp rename to tools/logos/ti_logo_414x97_32bpp.bmp diff --git a/tools/logos/ti.gz b/tools/logos/ti_logo_414x97_32bpp.bmp.gz similarity index 100% rename from tools/logos/ti.gz rename to tools/logos/ti_logo_414x97_32bpp.bmp.gz

On Fri, Sep 01, 2023 at 04:09:13PM +0530, Nikhil M Jain wrote:
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
Applied to u-boot/next, thanks!
participants (3)
-
Devarsh Thakkar
-
Nikhil M Jain
-
Tom Rini