summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTorbjorn Svensson <torbjorn.x.svensson@stericsson.com>2010-12-07 15:33:29 +0100
committerMichael BRANDT <michael.brandt@stericsson.com>2010-12-13 15:41:15 +0100
commita7d22caa0320025442cb8c275bd70d034f5eb308 (patch)
treed416178a8e4450038514069f793961dfe84219f1 /include
parent307a253778d0918a8e0f10c2ea9a350450e37677 (diff)
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 <torbjorn.x.svensson@stericsson.com> Reviewed-by: QATOOLS Reviewed-by: Jimmy RUBIN <jimmy.rubin@stericsson.com> Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/u8500.h10
1 files changed, 0 insertions, 10 deletions
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"
/*------------------------------------------------------------------------------