aboutsummaryrefslogtreecommitdiffstats
path: root/bl31
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2014-08-04 10:34:18 +0100
committerdanh-arm <dan.handley@arm.com>2014-08-04 10:34:18 +0100
commitc1efc4c0666b95912b54e079de484d8c2249e045 (patch)
treeb14a8430d473d3ab8d6cc10ad92f8f5e68f8d4d6 /bl31
parent319609ae7a071e34a42911ea3c443c983075899c (diff)
parent53fdcebd6d330183ce3e46f38bb50e838a6a60de (diff)
downloadplatform_external_arm-trusted-firmware-c1efc4c0666b95912b54e079de484d8c2249e045.tar.gz
platform_external_arm-trusted-firmware-c1efc4c0666b95912b54e079de484d8c2249e045.tar.bz2
platform_external_arm-trusted-firmware-c1efc4c0666b95912b54e079de484d8c2249e045.zip
Merge pull request #179 from jcastillo-arm/jc/tf-issues/219
Call platform_is_primary_cpu() only from reset handler
Diffstat (limited to 'bl31')
-rw-r--r--bl31/aarch64/bl31_entrypoint.S10
1 files changed, 0 insertions, 10 deletions
diff --git a/bl31/aarch64/bl31_entrypoint.S b/bl31/aarch64/bl31_entrypoint.S
index fb8fd2c40..c3a09bf33 100644
--- a/bl31/aarch64/bl31_entrypoint.S
+++ b/bl31/aarch64/bl31_entrypoint.S
@@ -129,16 +129,6 @@ func bl31_entrypoint
*/
wait_for_entrypoint
bl platform_mem_init
-#else
- /* ---------------------------------------------
- * This is BL31 which is expected to be executed
- * only by the primary cpu (at least for now).
- * So, make sure no secondary has lost its way.
- * ---------------------------------------------
- */
- mrs x0, mpidr_el1
- bl platform_is_primary_cpu
- cbz x0, _panic
#endif
/* ---------------------------------------------