From: Stefan Agner Date: Wed, 5 Aug 2015 15:17:01 +0000 (+0200) Subject: logos: add Toradex logo X-Git-Tag: KARO-TX6-2015-09-18~401 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=e32ea1ff36319d5cb2fe80fd0c6e8b0bda42fdec logos: add Toradex logo Use the boot loader splash screen from WinCE which matches our wallpapers position wise. Although the logo is an 8-bit indexed BMP as well colours looked odd at first in U-Boot. After converting to full RGB palette and converting back to an indexed BMP using imagemagick the Logo showed up properly. $ convert tools/logos/toradex-rgb.bmp -type Palette -colors 256 \ -compress none -verbose BMP3:tools/logos/toradex.bmp Signed-off-by: Stefan Agner Signed-off-by: Marcel Ziswiler --- diff --git a/tools/logos/toradex.bmp b/tools/logos/toradex.bmp new file mode 100644 index 0000000000..3e2dcf2335 Binary files /dev/null and b/tools/logos/toradex.bmp differ