summaryrefslogtreecommitdiff
path: root/common/splash.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/splash.c')
-rw-r--r--common/splash.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/common/splash.c b/common/splash.c
index 18885f1bfe..144fb10ddd 100644
--- a/common/splash.c
+++ b/common/splash.c
@@ -23,15 +23,11 @@
#include <common.h>
#include <splash.h>
-int __splash_screen_prepare(void)
+__weak int splash_screen_prepare(void)
{
return 0;
}
-int splash_screen_prepare(void)
- __attribute__ ((weak, alias("__splash_screen_prepare")));
-
-
#ifdef CONFIG_SPLASH_SCREEN_ALIGN
void splash_get_pos(int *x, int *y)
{