summaryrefslogtreecommitdiff
path: root/drivers/video/bmp.c
AgeCommit message (Collapse)AuthorFilesLines
2023-09-19video: Move bmp code to drivers/videoSimon Glass1-0/+142
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>