aboutsummaryrefslogtreecommitdiff
path: root/external/LinuxFFAUserShim/LinuxFFAUserShim.cmake
diff options
context:
space:
mode:
authorBalint Dobszay <balint.dobszay@arm.com>2021-05-26 16:31:58 +0200
committerBalint Dobszay <balint.dobszay@arm.com>2021-05-26 17:32:54 +0200
commit2fc7e10c7c21e4dafbf63dc9d00dfc2a7a7fddad (patch)
tree71b76121971733e8cf38b7483aa9cb2bd8accac9 /external/LinuxFFAUserShim/LinuxFFAUserShim.cmake
parent37e1aea0a046d9c0e327bf36d41732a96d7108df (diff)
downloadtrusted-services-2fc7e10c7c21e4dafbf63dc9d00dfc2a7a7fddad.tar.gz
Fix: correct Linux FF-A driver dependency
Currently the TS->Linux driver dependency is set to the tip of the main branch of the driver. Since the branch has moved correction is needed to driver API version 1.0.0. Signed-off-by: Balint Dobszay <balint.dobszay@arm.com> Change-Id: Ie2d9e4fa13dc6d860a779ab8f89a28af944aebb0
Diffstat (limited to 'external/LinuxFFAUserShim/LinuxFFAUserShim.cmake')
-rw-r--r--external/LinuxFFAUserShim/LinuxFFAUserShim.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/LinuxFFAUserShim/LinuxFFAUserShim.cmake b/external/LinuxFFAUserShim/LinuxFFAUserShim.cmake
index 565017b2c..7deaf692c 100644
--- a/external/LinuxFFAUserShim/LinuxFFAUserShim.cmake
+++ b/external/LinuxFFAUserShim/LinuxFFAUserShim.cmake
@@ -18,7 +18,7 @@ if(NOT DEFINED LINUX_FFA_USER_SHIM_DIR)
else()
set(LINUX_FFA_USER_SHIM_URL "https://git.gitlab.arm.com/linux-arm/linux-trusted-services.git"
CACHE STRING "Linux FF-A user space shim repository URL")
- set(LINUX_FFA_USER_SHIM_REFSPEC "main"
+ set(LINUX_FFA_USER_SHIM_REFSPEC "v1.0.0"
CACHE STRING "Linux FF-A user space shim git refspec")
find_program(GIT_COMMAND "git")