]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: bmp: Split bmp commands and functions
authorNikhil M Jain <n-jain1@ti.com>
Thu, 20 Apr 2023 12:11:06 +0000 (17:41 +0530)
committerAnatolij Gustschin <agust@denx.de>
Mon, 24 Apr 2023 19:37:45 +0000 (21:37 +0200)
commit58182b2db9d80930b2d98bfe08a08d3437e8a302
treea9efff0fef4193d34a853bf348bf16efb43c30b4
parent072b0e16c482114d242580dd7a3197db5966705f
cmd: bmp: Split bmp commands and functions

To enable splash screen at SPL, need to compile cmd/bmp.c which also
includes bmp commands, since SPL doesn't use commands split bmp.c into
common/bmp.c which includes all bmp functions and cmd/bmp.c which only
contains bmp commands.

Add function delclaration for bmp_info in video.h.

Signed-off-by: Nikhil M Jain <n-jain1@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/bmp.c
common/bmp.c [new file with mode: 0644]
include/video.h