summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-11-13 20:21:56 -0700
committerAnatolij Gustschin <agust@denx.de>2022-03-28 20:30:33 +0200
commit60cc4094485bf44b5ad455b51076f0e07f3f793a (patch)
tree47a7fd743dc2266a71b23c46c2a6d7e12e4a5833 /README
parent39161e08803ff769002f69b68374949805a1000d (diff)
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--README4
1 files changed, 0 insertions, 4 deletions
diff --git a/README b/README
index 8b05bfb53a..3322f06377 100644
--- a/README
+++ b/README
@@ -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)