video: Drop CONFIG_LCD_BMP_RLE8
authorSimon Glass <sjg@chromium.org>
Sun, 14 Nov 2021 03:21:56 +0000 (20:21 -0700)
committerAnatolij Gustschin <agust@denx.de>
Mon, 28 Mar 2022 18:30:33 +0000 (20:30 +0200)
commit60cc4094485bf44b5ad455b51076f0e07f3f793a
tree47a7fd743dc2266a71b23c46c2a6d7e12e4a5833
parent39161e08803ff769002f69b68374949805a1000d
video: Drop CONFIG_LCD_BMP_RLE8

This is not defined by any board. Even sandbox doesn't actually use
it since it has migrated to DM_VIDEO.

Drop this option. Remove the dead code also, for completeness, even
though the whole lcd.c file will be dropped soon.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
README
common/lcd.c