From: Eric Nelson Date: Thu, 16 Apr 2015 18:31:33 +0000 (-0700) Subject: nitrogen6x: allow gzipped bitmap display X-Git-Tag: v2015.07-rc1~63^2~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=761bc19501d6daefa37dbdd75f76914a339ac0d3;p=u-boot nitrogen6x: allow gzipped bitmap display Signed-off-by: Eric Nelson --- diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index 8ef4b733ca..0ca02e9f8b 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -142,6 +142,9 @@ #define CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE #define CONFIG_VIDEO_BMP_RLE8 #define CONFIG_SPLASH_SCREEN +#define CONFIG_SPLASH_SCREEN_ALIGN +#define CONFIG_VIDEO_BMP_GZIP +#define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (6 * 1024 * 1024) #define CONFIG_BMP_16BPP #define CONFIG_IPUV3_CLK 260000000 #define CONFIG_CMD_HDMIDETECT