From c15700c56ad0f46f09ce094d4e1c89196e5dd9fc Mon Sep 17 00:00:00 2001 From: Mikael Larsson Date: Fri, 15 Oct 2010 16:00:20 +0200 Subject: U8500: Load splash image from TOC This patch removes splash image from u-boot binary and loads it from a toc entry called SPLASH instead. Depends-On: I2e182df7fa056a5df2deb05a4ebab844eedbb85d I715045aba01c1c747f9bd15f02c6d057f66ff968 I93e63a092fd6f229f530e55ec4b98e8e09db1c06 ST-Ericsson ID: ER268766 Change-Id: I4ee7885618d18d526dfca55d7c45b769cd9b52c9 Signed-off-by: Mikael Larsson Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/6879 Reviewed-by: Michael BRANDT Reviewed-by: Rikard OLSSON --- include/configs/u8500.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'include/configs/u8500.h') diff --git a/include/configs/u8500.h b/include/configs/u8500.h index 208c79a0a..a8d205c53 100644 --- a/include/configs/u8500.h +++ b/include/configs/u8500.h @@ -289,8 +289,10 @@ #define CONFIG_VIDEO_LOGO /* Enable startup logo */ /* #define CONFIG_SYS_VIDEO_USE_GIMP_HEADER -#define CONFIG_SYS_VIDEO_FB_ADRS 0x14000000 */ + +#define CONFIG_SYS_VIDEO_FB_ADRS 0x14000000 + #define CONFIG_SYS_MCDE_REFRESH_TIME 50 #define CONFIG_SYS_DISPLAY_NATIVE_X_RES 864 @@ -298,6 +300,10 @@ /* 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" + /*------------------------------------------------------------------------------ * base register values for U8500 */ -- cgit v1.2.3