From: Anatolij Gustschin Date: Sat, 1 Dec 2018 14:30:08 +0000 (+0100) Subject: video: use BMP_ALIGN_CENTER define from splash.h X-Git-Tag: v2019.01-rc2~31^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=96d82f6c860e3f7ce5c301a3d4fc5541b2ce713e;p=platform%2Fkernel%2Fu-boot.git video: use BMP_ALIGN_CENTER define from splash.h Drop BMP_ALIGN_CENTER define in lcd.c and video_bmp.c as it is already defined by splash.h. Include splash.h in bmp code. Signed-off-by: Anatolij Gustschin --- diff --git a/common/lcd.c b/common/lcd.c index 74407a1..cd63040 100644 --- a/common/lcd.c +++ b/common/lcd.c @@ -381,7 +381,6 @@ static inline void lcd_logo_plot(int x, int y) {} #if defined(CONFIG_CMD_BMP) || defined(CONFIG_SPLASH_SCREEN) #ifdef CONFIG_SPLASH_SCREEN_ALIGN -#define BMP_ALIGN_CENTER 0x7FFF static void splash_align_axis(int *axis, unsigned long panel_size, unsigned long picture_size) diff --git a/drivers/video/video_bmp.c b/drivers/video/video_bmp.c index 1377e19..2898b0b 100644 --- a/drivers/video/video_bmp.c +++ b/drivers/video/video_bmp.c @@ -7,6 +7,7 @@ #include #include #include +#include #include #include #include @@ -140,8 +141,6 @@ __weak void fb_put_word(uchar **fb, uchar **from) } #endif /* CONFIG_BMP_16BPP */ -#define BMP_ALIGN_CENTER 0x7fff - /** * video_splash_align_axis() - Align a single coordinate *