summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCris Jansson <cjansson@ti.com>2011-09-27 14:32:17 -0500
committerAndy Green <andy.green@linaro.org>2012-03-13 11:20:34 +0800
commit59bec6df4dde4f6e6b9ff36735724580eb5bfd7a (patch)
tree649a6a9121b0ea88fe7162580bb3627c3c376203
parentdd0c3263b99ebfc4ea2c29c95312a51e6d1e5d11 (diff)
omap5: configs: zero out remoteproc dynamic carveout
The ducati text and ipc sections have switched to use the static carveout, and so there is no need to set-aside the dynamic carveout memory (IPU - 7MB memory) Signed-off-by: Cris Jansson <cjansson@ti.com> Signed-off-by: Suman Anna <s-anna@ti.com>
-rw-r--r--arch/arm/configs/omap_5430evm_defconfig1
-rw-r--r--arch/arm/configs/omap_5430zebu_defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/omap_5430evm_defconfig b/arch/arm/configs/omap_5430evm_defconfig
index fa55c844bec..8d2cb669fb5 100644
--- a/arch/arm/configs/omap_5430evm_defconfig
+++ b/arch/arm/configs/omap_5430evm_defconfig
@@ -20,6 +20,7 @@ CONFIG_OMAP_MUX_DEBUG=y
CONFIG_OMAP4460_SEVM_PALMAS=y
CONFIG_OMAP_SCM_DEV=y
CONFIG_OMAP_MBOX_FWK=y
+CONFIG_OMAP_REMOTEPROC_MEMPOOL_SIZE=0x0
# CONFIG_ARCH_OMAP2 is not set
# CONFIG_ARCH_OMAP3 is not set
# CONFIG_ARCH_OMAP4 is not set
diff --git a/arch/arm/configs/omap_5430zebu_defconfig b/arch/arm/configs/omap_5430zebu_defconfig
index b8cba971ec5..1c17d38698b 100644
--- a/arch/arm/configs/omap_5430zebu_defconfig
+++ b/arch/arm/configs/omap_5430zebu_defconfig
@@ -16,6 +16,7 @@ CONFIG_ARCH_OMAP=y
# CONFIG_OMAP_MUX is not set
# CONFIG_OMAP_MCBSP is not set
CONFIG_OMAP_32K_TIMER_HZ=32
+CONFIG_OMAP_REMOTEPROC_MEMPOOL_SIZE=0x0
# CONFIG_ARCH_OMAP2 is not set
# CONFIG_ARCH_OMAP3 is not set
# CONFIG_ARCH_OMAP4 is not set