summaryrefslogtreecommitdiff
path: root/include/configs/u8500.h
diff options
context:
space:
mode:
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
*/