aboutsummaryrefslogtreecommitdiff
path: root/mk/config.mk
diff options
context:
space:
mode:
authorJens Wiklander <jens.wiklander@linaro.org>2019-04-18 10:07:01 +0200
committerJérôme Forissier <jerome.forissier@linaro.org>2019-05-02 13:58:09 +0200
commit5c151b7e2c3f4414bb41d71005c6b30a58d3fe5c (patch)
tree74585874a2b8648969939bb82f6f89f8595961cb /mk/config.mk
parent8aeb6c94dd30546ae60b42ce7b8a80476bf9e67f (diff)
core: remove CFG_DYN_SHM_CAP
Removes the now obsolete CFG_DYN_SHM_CAP. CFG_CORE_DYN_SHM should be used instead to enable/disable support for dynamic shared memory. Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'mk/config.mk')
-rw-r--r--mk/config.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/mk/config.mk b/mk/config.mk
index 85689c18..ec75bfb4 100644
--- a/mk/config.mk
+++ b/mk/config.mk
@@ -410,13 +410,6 @@ CFG_CORE_DYN_SHM ?= y
# memory area).
CFG_CORE_RESERVED_SHM ?= y
-# Do not report to NW that dynamic shared memory (shared memory outside
-# predefined region) is enabled.
-# Note that you can disable this feature for debug purposes. OP-TEE will not
-# report to Normal World that it support dynamic SHM. But, nevertheles it
-# will accept dynamic SHM buffers.
-CFG_DYN_SHM_CAP ?= $(CFG_CORE_DYN_SHM)
-
# Enables support for larger physical addresses, that is, it will define
# paddr_t as a 64-bit type.
CFG_CORE_LARGE_PHYS_ADDR ?= n