aboutsummaryrefslogtreecommitdiff
path: root/mk/config.mk
diff options
context:
space:
mode:
authorPascal Brand <pascal.brand@st.com>2016-04-01 11:56:49 +0200
committerPascal Brand <pascal.brand@st.com>2016-04-01 19:58:01 +0200
commita0cd5d60beafc282c9016a095b930dc4750f0fb0 (patch)
treefb54385563ffc50a6ff5d2fe8dad2bbb4e25c0fe /mk/config.mk
parenta9e88a48f3734121016c38ce536276e749cc7a3c (diff)
Release Notes 2.0.0
Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Signed-off-by: Pascal Brand <pascal.brand@st.com>
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