mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
SAMA5 LCDC: Correct how framebuffer memory was being mapped; Remove options to get framebuffer memory in various. Because of the mapping and aligment requirements, those options really cannot be supported
This commit is contained in:
@@ -176,11 +176,9 @@ CONFIG_SAMA5_MPDDRC=y
|
||||
CONFIG_SAMA5_LCDC_BACKLIGHT=y
|
||||
CONFIG_SAMA5_LCDC_DEFBACKLIGHT=0xc8
|
||||
CONFIG_SAMA5_LCDC_BACKCOLOR=0x7b5d
|
||||
# CONFIG_SAMA5_LCDC_FBALLOCATED is not set
|
||||
CONFIG_SAMA5_LCDC_FBFIXED=y
|
||||
# CONFIG_SAMA5_LCDC_FBPREALLOCATED is not set
|
||||
CONFIG_SAMA5_LCDC_FBFIXED_BASE=0x20000000
|
||||
CONFIG_SAMA5_LCDC_FBFIXED_SIZE=5767168
|
||||
CONFIG_SAMA5_LCDC_FB_VBASE=0x20000000
|
||||
CONFIG_SAMA5_LCDC_FB_PBASE=0x20000000
|
||||
CONFIG_SAMA5_LCDC_FB_SIZE=5767168
|
||||
|
||||
#
|
||||
# Base layer configuration
|
||||
|
||||
Reference in New Issue
Block a user