aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild-arm-tf.sh2
-rw-r--r--platforms/juno/juno1
2 files changed, 2 insertions, 1 deletions
diff --git a/build-arm-tf.sh b/build-arm-tf.sh
index 5d8a036..8ae185f 100755
--- a/build-arm-tf.sh
+++ b/build-arm-tf.sh
@@ -60,7 +60,7 @@ do_build ()
fi
if [ "${!atf_optee_enabled}" == "1" ]; then
#if optee enabled, set corresponding compiliation flags
- atf_build_flags="${atf_build_flags} ARM_TSP_RAM_LOCATION=$OPTEE_RAM_LOCATION SPD=opteed"
+ atf_build_flags="${atf_build_flags} ARM_TSP_RAM_LOCATION=$OPTEE_RAM_LOCATION"
fi
make -j $PARALLELISM PLAT=$plat ARCH=$ARM_TF_ARCH DEBUG=$ARM_TF_DEBUG_ENABLED ${atf_build_flags} all
done
diff --git a/platforms/juno/juno b/platforms/juno/juno
index 4c392af..ec6d763 100644
--- a/platforms/juno/juno
+++ b/platforms/juno/juno
@@ -52,6 +52,7 @@ TBBR_juno[tbbr]=1
OPTEE_BUILD_ENABLED=1
OPTEE_FLAVOUR="juno"
+ARM_TF_BUILD_FLAGS="SPD=opteed"
ANDROID_BINS_VARIANTS="juno"