]> git.baikalelectronics.ru Git - uboot.git/commit
video: Split SPLASH_SCREEN_ALIGN from bmp command
authorSimon Glass <sjg@chromium.org>
Tue, 18 Oct 2022 12:24:16 +0000 (06:24 -0600)
committerAnatolij Gustschin <agust@denx.de>
Sun, 30 Oct 2022 19:07:16 +0000 (20:07 +0100)
commite0ad914d157992bcabdace0b06120665968ec8e2
tree38641ca519e1611f55191c4769ce4d917c8fb0a9
parent20e06886e78575138811a2d89e4dde6cb6cd3f24
video: Split SPLASH_SCREEN_ALIGN from bmp command

The bmp command already has a way to centre the image. Using this CONFIG
option to also centre it makes it impossible to control where images are
placed on the screen. Drop the extra check.

Simplify the Kconfig file we are here.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/bmp.c
drivers/video/Kconfig