]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitac7dfbdc5253a554baf0121292f704b622df8eb3
tree47a7fd743dc2266a71b23c46c2a6d7e12e4a5833
parenta2d2d35667e9c868c3f798da03450850cce12a80
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