aboutsummaryrefslogtreecommitdiff
path: root/mk/config.mk
diff options
context:
space:
mode:
authorJens Wiklander <jens.wiklander@linaro.org>2017-10-05 23:10:33 +0200
committerJérôme Forissier <jerome.forissier@linaro.org>2017-10-12 09:56:26 +0200
commitdd3afbac3ba7450960614143105e891447415971 (patch)
tree629126c2a00d00b74068d4c828646963c616a195 /mk/config.mk
parente0c081a30f8d31e9d1dfddc6a1f9788a56ec340b (diff)
Add CFG_CORE_LARGE_PHYS_ADDR for 64bit paddr_t
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.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/config.mk b/mk/config.mk
index 5690ff93..6038db7e 100644
--- a/mk/config.mk
+++ b/mk/config.mk
@@ -270,3 +270,7 @@ CFG_CORE_CLUSTER_SHIFT ?= 2
# report to Normal World that it support dynamic SHM. But, nevertheles it
# will accept dynamic SHM buffers.
CFG_DYN_SHM_CAP ?= y
+
+# Enables support for larger physical addresses, that is, it will define
+# paddr_t as a 64-bit type.
+CFG_CORE_LARGE_PHYS_ADDR ?= n