summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-10-16 15:02:58 -0600
committerAnatolij Gustschin <agust@denx.de>2022-10-30 20:07:16 +0100
commit832bcbb083ca66fe102e559b4fd96152e7145411 (patch)
tree02b57b2c9cd0eebb529b7261ea63656a950ef013 /README
parentb5b1ce8a21b6ff4c92af7e1942b9f97421a7f6df (diff)
video: Drop CONFIG_LCD_ALIGNMENT
This option is not needed now that the LCD implementation is being removed. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 0 insertions, 8 deletions
diff --git a/README b/README
index ec492f9926c..d1d4a62947a 100644
--- a/README
+++ b/README
@@ -815,14 +815,6 @@ The following options need to be configured:
320x240. Black & white.
- CONFIG_LCD_ALIGNMENT
-
- Normally the LCD is page-aligned (typically 4KB). If this is
- defined then the LCD will be aligned to this value instead.
- For ARM it is sometimes useful to use MMU_SECTION_SIZE
- here, since it is cheaper to change data cache settings on
- a per-section basis.
-
- MII/PHY support:
CONFIG_PHY_CLOCK_FREQ (ppc4xx)