From 5e5b9684289ad750826e964b16865f112764c88b Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Fri, 4 Jul 2014 01:41:40 +0300 Subject: [PATCH] pandora: defconfig: inrease CMA alignment this will align the framebuffers to 2MB boundaries, alowing to use huge pages on them. See previous commit for details. --- arch/arm/configs/omap3_pandora_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/omap3_pandora_defconfig b/arch/arm/configs/omap3_pandora_defconfig index 48fcfe3be691..0184660f6b7e 100644 --- a/arch/arm/configs/omap3_pandora_defconfig +++ b/arch/arm/configs/omap3_pandora_defconfig @@ -908,7 +908,7 @@ CONFIG_CMA_SIZE_SEL_MBYTES=y # CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set # CONFIG_CMA_SIZE_SEL_MIN is not set # CONFIG_CMA_SIZE_SEL_MAX is not set -CONFIG_CMA_ALIGNMENT=8 +CONFIG_CMA_ALIGNMENT=9 CONFIG_CMA_AREAS=7 # CONFIG_CONNECTOR is not set CONFIG_MTD=y -- 2.39.2