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)
commit988d19dd5bd38181f3bfcafb2c159f367e39d627
tree38641ca519e1611f55191c4769ce4d917c8fb0a9
parent7fcb30c0e023fcdce59eb28a824faac5d527d99d
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