Re: [U-Boot] [PATCH] bmp_logo: support CONFIG_DM_VIDEO

2019-07-30 Thread Anatolij Gustschin
On Thu, 13 Jun 2019 05:12:38 +0200 Heiko Schocher h...@denx.de wrote: ... > tools/Makefile | 6 ++ > tools/bmp_logo.c | 42 +++--- > 2 files changed, 37 insertions(+), 11 deletions(-) Applied to u-boot-video/master, thanks! -- Anatolij

[U-Boot] [PATCH] bmp_logo: support CONFIG_DM_VIDEO

2019-06-12 Thread Heiko Schocher
in case of bmp_logo, the video_bmp driver is used for drawing a bmp logo. This driver supports only "full" bmp data. Adding a logo with the bmp_logo tool to u-boot binary adds currently only real data and drops the bmp header. This patch adds now the full bmp data to the u-boot binary, so video_bm