aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-20 08:07:43 -0400
committerTom Rini <trini@konsulko.com>2022-07-05 17:04:40 -0400
commit5d7f601480fa9a5327be14d14a5d12e3dc595559 (patch)
tree0d228ac378cc22c8bffbe8f1d3f9cf9240280552 /README
parentd8e8461709a4a996d8b65178a99c59024e9da5ac (diff)
downloadu-boot-5d7f601480fa9a5327be14d14a5d12e3dc595559.zip
u-boot-5d7f601480fa9a5327be14d14a5d12e3dc595559.tar.gz
u-boot-5d7f601480fa9a5327be14d14a5d12e3dc595559.tar.bz2
lcd: Remove legacy CONFIG_FB_ADDR code
No platforms set both CONFIG_LCD and CONFIG_FB_ADDR at this time, drop this legacy code. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 0 insertions, 14 deletions
diff --git a/README b/README
index f3d4a9c..6bdfca6 100644
--- a/README
+++ b/README
@@ -1509,20 +1509,6 @@ The following options need to be configured:
overwriting the architecture dependent default
settings.
-- Frame Buffer Address:
- CONFIG_FB_ADDR
-
- Define CONFIG_FB_ADDR if you want to use specific
- address for frame buffer. This is typically the case
- when using a graphics controller has separate video
- memory. U-Boot will then place the frame buffer at
- the given address instead of dynamically reserving it
- in system RAM by calling lcd_setmem(), which grabs
- the memory for the frame buffer depending on the
- configured panel size.
-
- Please see board_init_f function.
-
- Automatic software updates via TFTP server
CONFIG_UPDATE_TFTP
CONFIG_UPDATE_TFTP_CNT_MAX