aboutsummaryrefslogtreecommitdiff
path: root/mk/config.mk
diff options
context:
space:
mode:
authorJerome Forissier <jerome.forissier@linaro.org>2019-02-06 18:00:50 +0100
committerJérôme Forissier <jerome.forissier@linaro.org>2019-02-25 14:23:58 +0100
commit77cb2a4dbad1580ae7125d937c6b0e65ed76960c (patch)
treef91f6bea60f71e52f56cc3d03a12de7cd3a6e031 /mk/config.mk
parent48e106048dce669b9e5f334f08397923f94b2c67 (diff)
mk/config.mk: remove untrue comment
The comment stating that the REE filesystem is the only possible storage to load Trusted Applications from is not true anymore. As described in documentation/optee_design.md, two other options are possible (early TAs and secure storage). Therefore, remove the comment. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
Diffstat (limited to 'mk/config.mk')
-rw-r--r--mk/config.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/mk/config.mk b/mk/config.mk
index 8f72c3d4..7e2c5e53 100644
--- a/mk/config.mk
+++ b/mk/config.mk
@@ -206,8 +206,6 @@ CFG_WITH_USER_TA ?= y
# $(ta-targets).
# Load user TAs from the REE filesystem via tee-supplicant
-# There is currently no other alternative, but you may want to disable this in
-# case you implement your own TA store
CFG_REE_FS_TA ?= y
# Support for loading user TAs from a special section in the TEE binary.