aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArvind Chauhan <arvind.chauhan@arm.com>2018-08-07 11:48:16 +0530
committerArvind Chauhan <arvind.chauhan@arm.com>2018-08-07 11:48:16 +0530
commit72ae810c8ea2fe9205e3ce7e20e9bfc50b49b8a3 (patch)
tree63649d970d18b0f07153c6d6054c68b6a3c5812d
parentd2dfb85a13653a9ccf799830c287219a2092ef47 (diff)
platforms/juno/juno: Build TF-A for Juno in release mode
ARM_TF_DEBUG_ENABLED needs to be set to debug or release mode. Release mode build for TF-A is default setting. Change-Id: I2b0094e39c5ceb42994f9f3d8fec674fde8f72a1 Signed-off-by: Arvind Chauhan <arvind.chauhan@arm.com>
-rw-r--r--platforms/juno/juno1
1 files changed, 1 insertions, 0 deletions
diff --git a/platforms/juno/juno b/platforms/juno/juno
index e8e508b..dccbdf9 100644
--- a/platforms/juno/juno
+++ b/platforms/juno/juno
@@ -34,4 +34,5 @@ TBBR_juno[tbbr]=1
TARGET_juno[tbbr]=1
TARGET_juno[optee]=1
+ARM_TF_DEBUG_ENABLED=0
ARM_TF_BUILD_FLAGS="CSS_USE_SCMI_SDS_DRIVER=1 SPD=opteed"