aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBalint Dobszay <balint.dobszay@arm.com>2021-02-15 18:00:11 +0100
committerBalint Dobszay <balint.dobszay@arm.com>2021-02-16 10:22:13 +0100
commit36ef73a2fee59ca36332867f35faa04963912fc2 (patch)
treed6e849cdf05d6567c546a489a6f2c3a6b3c09ecf
parentc31afbf878022134a3130676c54fc5316d08de39 (diff)
downloadtrusted-services-36ef73a2fee59ca36332867f35faa04963912fc2.tar.gz
Fix: output binary path for opteesp environment
Signed-off-by: Balint Dobszay <balint.dobszay@arm.com> Change-Id: Idc0ab4d1e22cdec369530259bc2a6cd385cba42a
-rw-r--r--environments/opteesp/sp.mk.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/environments/opteesp/sp.mk.in b/environments/opteesp/sp.mk.in
index fd1bd135a..d29baebdb 100644
--- a/environments/opteesp/sp.mk.in
+++ b/environments/opteesp/sp.mk.in
@@ -1,5 +1,5 @@
#-------------------------------------------------------------------------------
-# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved.
+# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -13,4 +13,4 @@ ifeq (,${@EXPORT_SP_UUID@-included})
@EXPORT_SP_UUID@-included=y
endif
-OPTEE_OS_COMMON_EXTRA_FLAGS+=EARLY_TA_PATHS+=${TS_INSTALL_PREFIX}/bin/@EXPORT_SP_UUID@.stripped.elf
+OPTEE_OS_COMMON_EXTRA_FLAGS+=EARLY_TA_PATHS+=${TS_INSTALL_PREFIX}/opteesp/bin/@EXPORT_SP_UUID@.stripped.elf