aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoj Kumar <manoj.kumar3@arm.com>2018-01-24 08:44:06 +0530
committerArvind Chauhan <arvind.chauhan@arm.com>2018-01-30 06:17:15 +0000
commit284644c1e1503586c34273250aa3a0e7891f2788 (patch)
tree9285353dcbdf7a2452e85f1203fa4efd99388372
parentb5bcc2d8a488358fc715d2fa34b851b4d441c01d (diff)
fix juno32 arm-tf build issue modifying the necessary flags
This patch fixes ARM-TF build issue for juno32 platform by 1. Removing TSPD flag which is needed only for AARCH64 mode 2. Add AARCH32_SP=sp_min needed for AARCH32 mode 3. Add AARCH32=1 flag Signed-off-by: Manoj Kumar <manoj.kumar3@arm.com>
-rw-r--r--platforms/juno32/juno322
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/juno32/juno32 b/platforms/juno32/juno32
index 9450d23..ec80714 100644
--- a/platforms/juno32/juno32
+++ b/platforms/juno32/juno32
@@ -48,6 +48,6 @@ UBOOT_OUTPUT_DESTS[vexpress_juno_aarch32]=juno
OPTEE_BUILD_ENABLED=0
ARM_TF_BL32_FLAGS="CSS_USE_SCMI_SDS_DRIVER=1 AARCH32_SP=sp_min RESET_TO_SP_MIN=1 JUNO_AARCH32_EL3_RUNTIME=1"
-ARM_TF_BUILD_FLAGS="CSS_USE_SCMI_SDS_DRIVER=1 JUNO_AARCH32_EL3_RUNTIME=1 SPD=tspd"
+ARM_TF_BUILD_FLAGS="CSS_USE_SCMI_SDS_DRIVER=1 JUNO_AARCH32_EL3_RUNTIME=1 AARCH32=1 AARCH32_SP=sp_min RESET_TO_SP_MIN=1"
ARM_TF_DEBUG_ENABLED=0
ARM_TF_AARCH32_EL3_RUNTIME=1