X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fsplash.h;h=7fd2de8fea1dd582f5b6f9e936d86b764bde6ec4;hb=406df85345f942d9348443983d81a01e013e920b;hp=228aff441b87f46c3747d5376773b559898ebea5;hpb=f253f2933b7373556329c0174dd5b101039a4056;p=oweals%2Fu-boot.git diff --git a/include/splash.h b/include/splash.h index 228aff441b..7fd2de8fea 100644 --- a/include/splash.h +++ b/include/splash.h @@ -66,10 +66,10 @@ void splash_get_pos(int *x, int *y); static inline void splash_get_pos(int *x, int *y) { } #endif -#if defined(CONFIG_SPLASH_SCREEN) && defined(CONFIG_LCD) -int lcd_splash(ulong addr); +#if defined(CONFIG_SPLASH_SCREEN) && defined(CONFIG_CMD_BMP) +int splash_display(void); #else -static inline int lcd_splash(ulong addr) +static inline int splash_display(void) { return -ENOSYS; }