summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2019-03-26 15:51:59 +0000
committerSoby Mathew <soby.mathew@arm.com>2019-03-26 15:51:59 +0000
commit6f8261b0a73e4e89b2a7ccc28c9f0b39f3d13488 (patch)
treecd24c98dc65f7d3dac377a4992d9066c1d582bdc /Makefile
parent2c269b47364a0f154ca6c1ae3ec82b1b7f923c99 (diff)
Update TF-A version to 2.1
Change-Id: I6d8a6419df4d4924214115facbce90715a1a0371 Signed-off-by: Soby Mathew <soby.mathew@arm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 11d0d7a5..f3312c65 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@
# Trusted Firmware Version
#
VERSION_MAJOR := 2
-VERSION_MINOR := 0
+VERSION_MINOR := 1
# Default goal is build all images
.DEFAULT_GOAL := all