
1 Dec
2018
1 Dec
'18
3:06 p.m.
Hi Patrick,
On Wed, 14 Nov 2018 10:18:22 +0100 Patrick Delaunay patrick.delaunay@st.com wrote: ...
diff --git a/cmd/bmp.c b/cmd/bmp.c index 02bdf48..1ace8a8 100644 --- a/cmd/bmp.c +++ b/cmd/bmp.c @@ -108,6 +108,7 @@ static int do_bmp_info(cmd_tbl_t * cmdtp, int flag, int argc, char * const argv[ return (bmp_info(addr)); }
+#define BMP_ALIGN_CENTER 0x7FFF
this already exists when including splash.h, I dropped it in v2.
-- Anatolij