From a467fb58b1b0534f1a212ce12a50aa21c02a6b97 Mon Sep 17 00:00:00 2001 From: Nikhil M Jain Date: Fri, 1 Sep 2023 16:09:13 +0530 Subject: 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 Reviewed-by: Devarsh Thakkar --- tools/logos/ti.bmp | Bin 160770 -> 0 bytes tools/logos/ti.gz | Bin 12285 -> 0 bytes tools/logos/ti_logo_414x97_32bpp.bmp | Bin 0 -> 160770 bytes tools/logos/ti_logo_414x97_32bpp.bmp.gz | Bin 0 -> 12285 bytes 4 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 tools/logos/ti.bmp delete mode 100644 tools/logos/ti.gz create mode 100644 tools/logos/ti_logo_414x97_32bpp.bmp create mode 100644 tools/logos/ti_logo_414x97_32bpp.bmp.gz (limited to 'tools') diff --git a/tools/logos/ti.bmp b/tools/logos/ti.bmp deleted file mode 100644 index 7fee6e81e07..00000000000 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 index 3a5b45e0358..00000000000 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 index 00000000000..7fee6e81e07 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 index 00000000000..3a5b45e0358 Binary files /dev/null and b/tools/logos/ti_logo_414x97_32bpp.bmp.gz differ -- cgit v1.3.1