summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2016-08-29 14:08:39 +0100
committerPeter Robinson <pbrobinson@gmail.com>2016-08-29 14:08:39 +0100
commit583f918ee0b89770034db60283a852a21e3b469a (patch)
treeef9a6a292372f7ea9d16cf49fe45d70d06a39e79
parent1f77dbb08ddd34c6faf3f043a596105dea576487 (diff)
downloadkernel-583f918ee0b89770034db60283a852a21e3b469a.tar.gz
kernel-583f918ee0b89770034db60283a852a21e3b469a.tar.xz
kernel-583f918ee0b89770034db60283a852a21e3b469a.zip
arm: just go 64Mb CMA everywhere and be done with it
-rw-r--r--config-arm-generic2
-rw-r--r--config-armv7-lpae3
2 files changed, 1 insertions, 4 deletions
diff --git a/config-arm-generic b/config-arm-generic
index 819321628..19d9466f8 100644
--- a/config-arm-generic
+++ b/config-arm-generic
@@ -508,7 +508,7 @@ CONFIG_CMA=y
CONFIG_DMA_CMA=y
# CONFIG_CMA_DEBUG is not set
CONFIG_CMA_DEBUGFS=y
-CONFIG_CMA_SIZE_MBYTES=32
+CONFIG_CMA_SIZE_MBYTES=64
CONFIG_CMA_SIZE_SEL_MBYTES=y
# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
# CONFIG_CMA_SIZE_SEL_MIN is not set
diff --git a/config-armv7-lpae b/config-armv7-lpae
index daece122a..c31f4dbe6 100644
--- a/config-armv7-lpae
+++ b/config-armv7-lpae
@@ -18,9 +18,6 @@ CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
CONFIG_ARM_VIRT_EXT=y
CONFIG_ARM_DMA_IOMMU_ALIGNMENT=8
-CONFIG_CMA_SIZE_SEL_MBYTES=y
-CONFIG_CMA_SIZE_MBYTES=64
-
# Little.BIG
CONFIG_BIG_LITTLE=y
CONFIG_BL_SWITCHER=y