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:
Gregory Nutt
2013-10-13 13:08:05 -06:00
parent 585eff3801
commit 24cb378b55
+3 -5
View File
@@ -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