arm: increase default CMA size to 32Mb (from 16Mb)

This commit is contained in:
Peter Robinson 2016-08-29 13:17:38 +01:00
parent 2c530ad257
commit 1f77dbb08d
1 changed files with 1 additions and 1 deletions

View File

@ -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=16
CONFIG_CMA_SIZE_MBYTES=32
CONFIG_CMA_SIZE_SEL_MBYTES=y
# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
# CONFIG_CMA_SIZE_SEL_MIN is not set