Hi Anatolij,

> From: Anatolij Gustschin <ag...@denx.de>
> Sent: samedi 1 décembre 2018 15:06
> 
> Hi Patrick,
> 
> On Wed, 14 Nov 2018 10:18:22 +0100
> Patrick Delaunay patrick.delau...@st.com wrote:
> ...
> >
> > +#define BMP_ALIGN_CENTER   0x7FFF
> 
> this already exists when including splash.h, I dropped it in v2.

Ok, I don't see that splash.h is included in cmd/bmp.c.

In fact I hesitate to move this define in commun bmp include (in include/lcd.h 
with bmp_display prototype for exmaple) 
to avoid a other double definition:

common/lcd.c:392 #define BMP_ALIGN_CENTER       0x7FFF
drivers/video/video_bmp.c:143:#define BMP_ALIGN_CENTER  0x7fff
include/splash.h:78:#define BMP_ALIGN_CENTER    0x7FFF

> --
> Anatolij
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to