From 585eff3801188ab45033890aedd2202f69f4a0c7 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 13 Oct 2013 10:42:14 -0600 Subject: [PATCH] SAMA5 LCDC: Move framebuffer to lower memory; I suspect some corruption by interference --- configs/sama5d3x-ek/nx/defconfig | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/configs/sama5d3x-ek/nx/defconfig b/configs/sama5d3x-ek/nx/defconfig index bf0ac4be14..8cf3414717 100644 --- a/configs/sama5d3x-ek/nx/defconfig +++ b/configs/sama5d3x-ek/nx/defconfig @@ -176,14 +176,10 @@ CONFIG_SAMA5_MPDDRC=y CONFIG_SAMA5_LCDC_BACKLIGHT=y CONFIG_SAMA5_LCDC_DEFBACKLIGHT=0xc8 CONFIG_SAMA5_LCDC_BACKCOLOR=0x7b5d -# CONFIG_SAMA5_LCDC_OUTPUT_12BPP is not set -# CONFIG_SAMA5_LCDC_OUTPUT_16BPP is not set -# CONFIG_SAMA5_LCDC_OUTPUT_18BPP is not set -CONFIG_SAMA5_LCDC_OUTPUT_24BPP=y # CONFIG_SAMA5_LCDC_FBALLOCATED is not set CONFIG_SAMA5_LCDC_FBFIXED=y # CONFIG_SAMA5_LCDC_FBPREALLOCATED is not set -CONFIG_SAMA5_LCDC_FBFIXED_BASE=0x2fa80000 +CONFIG_SAMA5_LCDC_FBFIXED_BASE=0x20000000 CONFIG_SAMA5_LCDC_FBFIXED_SIZE=5767168 # @@ -237,7 +233,7 @@ CONFIG_SAMA5_BOOT_CS0FLASH=y # CONFIG_SAMA5_ISRAM_HEAP=y CONFIG_SAMA5_DDRCS_HEAP=y -CONFIG_SAMA5_DDRCS_HEAP_OFFSET=0 +CONFIG_SAMA5_DDRCS_HEAP_OFFSET=5767168 CONFIG_SAMA5_DDRCS_HEAP_SIZE=262668288 #