diff options
author | Simon Glass <sjg@chromium.org> | 2021-11-13 20:21:56 -0700 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2022-03-28 20:30:33 +0200 |
commit | 60cc4094485bf44b5ad455b51076f0e07f3f793a (patch) | |
tree | 47a7fd743dc2266a71b23c46c2a6d7e12e4a5833 /README | |
parent | 39161e08803ff769002f69b68374949805a1000d (diff) | |
download | u-boot-60cc4094485bf44b5ad455b51076f0e07f3f793a.tar.gz u-boot-60cc4094485bf44b5ad455b51076f0e07f3f793a.tar.bz2 u-boot-60cc4094485bf44b5ad455b51076f0e07f3f793a.zip |
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>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1044,10 +1044,6 @@ The following options need to be configured: If CONFIG_LCD_ROTATION is not defined, the console will be initialized with 0degree rotation. - CONFIG_LCD_BMP_RLE8 - - Support drawing of RLE8-compressed bitmaps on the LCD. - - MII/PHY support: CONFIG_PHY_CLOCK_FREQ (ppc4xx) |