aboutsummaryrefslogtreecommitdiff
path: root/mk/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/config.mk')
-rw-r--r--mk/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/config.mk b/mk/config.mk
index dc928c0f..d61b2fab 100644
--- a/mk/config.mk
+++ b/mk/config.mk
@@ -93,8 +93,8 @@ TEE_IMPL_VERSION ?= $(shell git describe --always --dirty=-dev 2>/dev/null || ec
# we might be outside of a Git environment, or the tree may have been cloned
# with limited depth not including any tag, so there is really no guarantee
# that TEE_IMPL_VERSION contains the major and minor revision numbers.
-CFG_OPTEE_REVISION_MAJOR ?= 1
-CFG_OPTEE_REVISION_MINOR ?= 1
+CFG_OPTEE_REVISION_MAJOR ?= 2
+CFG_OPTEE_REVISION_MINOR ?= 0
# Trusted OS implementation manufacturer name
CFG_TEE_MANUFACTURER ?= LINARO