bmp_logo: support CONFIG_DM_VIDEO
authorHeiko Schocher <hs@denx.de>
Thu, 13 Jun 2019 03:12:38 +0000 (05:12 +0200)
committerAnatolij Gustschin <agust@denx.de>
Sun, 28 Jul 2019 22:20:31 +0000 (00:20 +0200)
commit245b1029e1af8b2e71c6d7aebc7d68bdebd644d3
tree00f04b86648d4def33e62fb413e89b8aabe76876
parent85288ffee6826bf24b035a43866d8badfe107fc9
bmp_logo: support CONFIG_DM_VIDEO

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_bmp driver works with the logo embedded
into u-boot.

Fixed also some checkpatch error poping up with this
patch.

Signed-off-by: Heiko Schocher <hs@denx.de>
tools/Makefile
tools/bmp_logo.c