summaryrefslogtreecommitdiff
path: root/board/st/u8500/u8500.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/st/u8500/u8500.c')
-rw-r--r--board/st/u8500/u8500.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/board/st/u8500/u8500.c b/board/st/u8500/u8500.c
index a23056c55..307b25fa4 100644
--- a/board/st/u8500/u8500.c
+++ b/board/st/u8500/u8500.c
@@ -137,8 +137,6 @@ static int mcde_error;
*/
static volatile int data_init_flag = -1; /* -1 to get it into .data section */
-static void config_gpio(void);
-
/* Get hold of gd pointer */
DECLARE_GLOBAL_DATA_PTR;
@@ -233,14 +231,10 @@ static int dss_init(void)
printf("Only HREF+ or V2 is supported\n");
goto mcde_error;
}
- if (mcde_startup()) {
+ if (mcde_splash_image()) {
printf("startup failed\n");
goto mcde_error;
}
- if (mcde_display_image()) {
- printf("display_image failed\n");
- goto mcde_error;
- }
printf("ready\n");
return 0;