summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-09-09 07:49:15 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-09-09 07:52:26 +0200
commit103ab8ad24a6855a73ceb95d566cfadcd7fc376c (patch)
tree099f227b786caa24072035a36ad8700a975ae1f9
parentedcd3b3f8a9718a3bb6a67c2ae965aa25d07ac2a (diff)
use 16 MB for CMA
-rw-r--r--target/linux/config/Config.in.dma6
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.dma b/target/linux/config/Config.in.dma
index ce33e09f0..f0cdb7e84 100644
--- a/target/linux/config/Config.in.dma
+++ b/target/linux/config/Config.in.dma
@@ -9,6 +9,7 @@ config ADK_KERNEL_CMA_SIZE_MBYTES
default 256 if ADK_KERNEL_CMA_SIZE_256
default 128 if ADK_KERNEL_CMA_SIZE_128
default 64 if ADK_KERNEL_CMA_SIZE_64
+ default 16 if ADK_KERNEL_CMA_SIZE_16
default 8 if ADK_KERNEL_CMA_SIZE_8
config ADK_KERNEL_CMA_SIZE_256
@@ -20,6 +21,9 @@ config ADK_KERNEL_CMA_SIZE_128
config ADK_KERNEL_CMA_SIZE_64
bool
+config ADK_KERNEL_CMA_SIZE_16
+ bool
+
config ADK_KERNEL_CMA_SIZE_8
bool
@@ -51,7 +55,7 @@ config ADK_KERNEL_DMA_BCM2708
select ADK_KERNEL_DMA_SHARED_BUFFER
select ADK_KERNEL_CMA
select ADK_KERNEL_CMA_SIZE_SEL_MBYTES
- select ADK_KERNEL_CMA_SIZE_8
+ select ADK_KERNEL_CMA_SIZE_16
select ADK_KERNEL_DMA_CMA
select ADK_KERNEL_BCM_VC_SM
select ADK_KERNEL_BCM_VC_CMA