summaryrefslogtreecommitdiff
path: root/include/configs/u8500.h
diff options
context:
space:
mode:
authorMikael Larsson <mikael.xt.larsson@stericsson.com>2010-10-15 16:00:20 +0200
committerMichael BRANDT <michael.brandt@stericsson.com>2010-11-12 14:24:49 +0100
commitc15700c56ad0f46f09ce094d4e1c89196e5dd9fc (patch)
treea21c017d7b86938e3b706a16b155caa7ab9fe1fe /include/configs/u8500.h
parentb5324791d9bf1658b76d15f0287b0d827269e332 (diff)
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 <mikael.xt.larsson@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/6879 Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com> Reviewed-by: Rikard OLSSON <rikard.p.olsson@stericsson.com>
Diffstat (limited to 'include/configs/u8500.h')
-rw-r--r--include/configs/u8500.h8
1 files changed, 7 insertions, 1 deletions
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
*/