From 6f8261b0a73e4e89b2a7ccc28c9f0b39f3d13488 Mon Sep 17 00:00:00 2001 From: Soby Mathew Date: Tue, 26 Mar 2019 15:51:59 +0000 Subject: [PATCH] Update TF-A version to 2.1 Change-Id: I6d8a6419df4d4924214115facbce90715a1a0371 Signed-off-by: Soby Mathew --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 11d0d7a58..f3312c651 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