From: Stefan Agner Date: Wed, 5 Aug 2015 15:17:01 +0000 (+0200) Subject: logos: add Toradex logo X-Git-Tag: v2015.10-rc2~62 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4fbe41c4af483b082f525328796b7835536ae797;p=platform%2Fkernel%2Fu-boot.git 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 0000000..3e2dcf2 Binary files /dev/null and b/tools/logos/toradex.bmp differ