Merge pull request #1908 from soby-mathew/sm/update_ver

Update TF-A version to 2.1
diff --git a/Makefile b/Makefile
index 11d0d7a..f3312c6 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