From a7d22caa0320025442cb8c275bd70d034f5eb308 Mon Sep 17 00:00:00 2001 From: Torbjorn Svensson Date: Tue, 7 Dec 2010 15:33:29 +0100 Subject: U8500: Changes to use a bmp file as splash image This change makes it possible to use a bitmap file (.bmp) as the splash image. This also removes the need to specify width and height of the splash image. RLE compression, 1 and 4 bit formats are not supported. ST-Ericsson ID: AP281072 Change-Id: I7c9ae953ad0440b665bb03ed1b9bbf43bab04e91 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/9406 Tested-by: Torbjorn SVENSSON Reviewed-by: QATOOLS Reviewed-by: Jimmy RUBIN Reviewed-by: Michael BRANDT --- include/configs/u8500.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include') diff --git a/include/configs/u8500.h b/include/configs/u8500.h index 0bca0dcf6..fb3614fd3 100644 --- a/include/configs/u8500.h +++ b/include/configs/u8500.h @@ -284,21 +284,11 @@ * Video Logo Related configs */ #define CONFIG_VIDEO_LOGO /* Enable startup logo */ -/* -#define CONFIG_SYS_VIDEO_USE_GIMP_HEADER -*/ - #define CONFIG_SYS_VIDEO_FB_ADRS 0x14000000 - -#define CONFIG_SYS_MCDE_REFRESH_TIME 50 - #define CONFIG_SYS_DISPLAY_NATIVE_X_RES 864 #define CONFIG_SYS_DISPLAY_NATIVE_Y_RES 480 /* 2.5V */ #define CONFIG_SYS_DISPLAY_VOLTAGE 2500000 - -#define MCDE_VIDEO_LOGO_WIDTH 132 -#define MCDE_VIDEO_LOGO_HEIGHT 432 #define MCDE_TOC_SPLASH_NAME "SPLASH" /*------------------------------------------------------------------------------ -- cgit v1.2.3