|
@@ -23,15 +23,11 @@
|
|
#include <common.h>
|
|
#include <common.h>
|
|
#include <splash.h>
|
|
#include <splash.h>
|
|
|
|
|
|
-int __splash_screen_prepare(void)
|
|
|
|
|
|
+__weak int splash_screen_prepare(void)
|
|
{
|
|
{
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
-int splash_screen_prepare(void)
|
|
|
|
- __attribute__ ((weak, alias("__splash_screen_prepare")));
|
|
|
|
-
|
|
|
|
-
|
|
|
|
#ifdef CONFIG_SPLASH_SCREEN_ALIGN
|
|
#ifdef CONFIG_SPLASH_SCREEN_ALIGN
|
|
void splash_get_pos(int *x, int *y)
|
|
void splash_get_pos(int *x, int *y)
|
|
{
|
|
{
|