summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/atf/atf_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/atf/atf_git.bb')
-rw-r--r--recipes-bsp/atf/atf_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/atf/atf_git.bb b/recipes-bsp/atf/atf_git.bb
index 695a4518..7b8e4c9f 100644
--- a/recipes-bsp/atf/atf_git.bb
+++ b/recipes-bsp/atf/atf_git.bb
@@ -101,7 +101,7 @@ do_compile() {
101 fi 101 fi
102 102
103 if [ "${BUILD_OPTEE}" = "true" ]; then 103 if [ "${BUILD_OPTEE}" = "true" ]; then
104 bl32="${DEPLOY_DIR_IMAGE}/optee/tee_${MACHINE}.bin" 104 bl32="${RECIPE_SYSROOT}${nonarch_base_libdir}/firmware/tee_${MACHINE}.bin"
105 bl32opt="BL32=${bl32}" 105 bl32opt="BL32=${bl32}"
106 spdopt="SPD=opteed" 106 spdopt="SPD=opteed"
107 fi 107 fi