]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: Move bmp code to drivers/video
authorSimon Glass <sjg@chromium.org>
Thu, 14 Sep 2023 16:55:41 +0000 (10:55 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 19 Sep 2023 15:36:25 +0000 (11:36 -0400)
commit8168359160525c57e54e294a00abb8db43a8cee1
tree42e91735e5132b587e73c7d1900d5914742be7fe
parentd761eeabcdd127b3a26ee140e9a38b45d20fbd1b
video: Move bmp code to drivers/video

This relates to graphics which is only active when CONFIG_VIDEO is
enabled. Move it into that directory.

For most boards there is no harm in compiling it always, since it if not
used it will be dropped by the linker. But for the EFI app this is not
the case, so retain use of the BMP Kconfig.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/Makefile
drivers/video/Makefile
drivers/video/bmp.c [moved from common/bmp.c with 100% similarity]