]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ENGR00295570 ARM: imx_v7_defconfig: enlarge the CMA size from 256MB to 320MB
authorJason Liu <r64343@freescale.com>
Fri, 17 Jan 2014 07:19:01 +0000 (15:19 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 20 Aug 2014 08:06:55 +0000 (10:06 +0200)
In order to support the dual video use-case, the current CMA reserved size is
not enough now, need enlarge the CMA size from 256M to 320M by default.

Signed-off-by: Jason Liu <r64343@freescale.com>
arch/arm/configs/imx_v7_defconfig
arch/arm/configs/imx_v7_mfg_defconfig

index 0bc973a6083ebf695c618545aa3bc9566667afaa..beec4d0aeaa004314020ba97b36076c5db95922c 100644 (file)
@@ -69,7 +69,7 @@ CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
 # CONFIG_STANDALONE is not set
 CONFIG_CMA=y
-CONFIG_CMA_SIZE_MBYTES=256
+CONFIG_CMA_SIZE_MBYTES=320
 CONFIG_IMX_WEIM=y
 CONFIG_CONNECTOR=y
 CONFIG_MTD=y
index a4e880b9f4f14c620a716590f2367824fbf97f9c..94f9fa919f425fd85028a49a124e41a717bc7140 100644 (file)
@@ -67,7 +67,7 @@ CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
 # CONFIG_STANDALONE is not set
 CONFIG_CMA=y
-CONFIG_CMA_SIZE_MBYTES=256
+CONFIG_CMA_SIZE_MBYTES=320
 CONFIG_IMX_WEIM=y
 CONFIG_CONNECTOR=y
 CONFIG_MTD=y