diff options
| author | Tom Rini <[email protected]> | 2022-06-20 08:07:43 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-07-05 17:04:40 -0400 |
| commit | 5d7f601480fa9a5327be14d14a5d12e3dc595559 (patch) | |
| tree | 0d228ac378cc22c8bffbe8f1d3f9cf9240280552 /README | |
| parent | d8e8461709a4a996d8b65178a99c59024e9da5ac (diff) | |
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 <[email protected]>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -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 |
