summaryrefslogtreecommitdiff
path: root/bl32/tsp
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 /bl32/tsp
parent319609ae7a071e34a42911ea3c443c983075899c (diff)
parent53fdcebd6d330183ce3e46f38bb50e838a6a60de (diff)
Merge pull request #179 from jcastillo-arm/jc/tf-issues/219
Call platform_is_primary_cpu() only from reset handler
Diffstat (limited to 'bl32/tsp')
-rw-r--r--bl32/tsp/aarch64/tsp_entrypoint.S10
1 files changed, 0 insertions, 10 deletions
diff --git a/bl32/tsp/aarch64/tsp_entrypoint.S b/bl32/tsp/aarch64/tsp_entrypoint.S
index 91b6128c..75ee4434 100644
--- a/bl32/tsp/aarch64/tsp_entrypoint.S
+++ b/bl32/tsp/aarch64/tsp_entrypoint.S
@@ -72,16 +72,6 @@
func tsp_entrypoint
/* ---------------------------------------------
- * The entrypoint 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, tsp_entrypoint_panic
-
- /* ---------------------------------------------
* Set the exception vector to something sane.
* ---------------------------------------------
*/