summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d3x-ek
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-13 13:08:05 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-13 13:08:05 -0600
commit98b84cba9e51512cae4d3d5dd82ac92b6f961b77 (patch)
tree22f867a09b9d27cfe6343763757f61d2d2683290 /nuttx/configs/sama5d3x-ek
parente568c7ac6fa744cc3a19adebdb30573a62c0c403 (diff)
downloadpx4-nuttx-98b84cba9e51512cae4d3d5dd82ac92b6f961b77.tar.gz
px4-nuttx-98b84cba9e51512cae4d3d5dd82ac92b6f961b77.tar.bz2
px4-nuttx-98b84cba9e51512cae4d3d5dd82ac92b6f961b77.zip
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
Diffstat (limited to 'nuttx/configs/sama5d3x-ek')
-rw-r--r--nuttx/configs/sama5d3x-ek/nx/defconfig8
1 files changed, 3 insertions, 5 deletions
diff --git a/nuttx/configs/sama5d3x-ek/nx/defconfig b/nuttx/configs/sama5d3x-ek/nx/defconfig
index 8cf341471..3a200a237 100644
--- a/nuttx/configs/sama5d3x-ek/nx/defconfig
+++ b/nuttx/configs/sama5d3x-ek/nx/defconfig
@@ -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