From: Otavio Salvador Date: Mon, 27 May 2013 12:18:44 +0000 (+0000) Subject: wandboard: Add Boot Splash image with Wandboard logo X-Git-Tag: v2013.07-rc1~2^2~5^2~3 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=a7efb026361bff4f352db8778d82b9a3a30dc27f wandboard: Add Boot Splash image with Wandboard logo Signed-off-by: Otavio Salvador --- diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index d4ac086643..823e17b4dd 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -95,8 +95,10 @@ #define CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE #define CONFIG_VIDEO_BMP_RLE8 #define CONFIG_SPLASH_SCREEN +#define CONFIG_SPLASH_SCREEN_ALIGN #define CONFIG_BMP_16BPP #define CONFIG_VIDEO_LOGO +#define CONFIG_VIDEO_BMP_LOGO #define CONFIG_IPUV3_CLK 260000000 #if defined(CONFIG_MX6DL) diff --git a/tools/logos/wandboard.bmp b/tools/logos/wandboard.bmp new file mode 100644 index 0000000000..7f288a8e8e Binary files /dev/null and b/tools/logos/wandboard.bmp differ