summaryrefslogtreecommitdiff
path: root/plat/juno/aarch64/plat_helpers.S
diff options
context:
space:
mode:
Diffstat (limited to 'plat/juno/aarch64/plat_helpers.S')
-rw-r--r--plat/juno/aarch64/plat_helpers.S16
1 files changed, 0 insertions, 16 deletions
diff --git a/plat/juno/aarch64/plat_helpers.S b/plat/juno/aarch64/plat_helpers.S
index 0354162..1721a0a 100644
--- a/plat/juno/aarch64/plat_helpers.S
+++ b/plat/juno/aarch64/plat_helpers.S
@@ -41,7 +41,6 @@
.globl plat_report_exception
.globl plat_reset_handler
.globl platform_get_core_pos
- .globl platform_is_primary_cpu
.globl platform_mem_init
/* Define a crash console for the plaform */
@@ -104,21 +103,6 @@ func platform_get_core_pos
/* -----------------------------------------------------
- * unsigned int platform_is_primary_cpu(unsigned long mpid);
- *
- * Given the mpidr say whether this cpu is the primary
- * cpu (applicable only after a cold boot)
- * -----------------------------------------------------
- */
-func platform_is_primary_cpu
- /* Juno todo: allow configuration of primary CPU using SCC */
- and x0, x0, #(MPIDR_CLUSTER_MASK | MPIDR_CPU_MASK)
- cmp x0, #JUNO_PRIMARY_CPU
- cset x0, eq
- ret
-
-
- /* -----------------------------------------------------
* void platform_mem_init(void);
*
* We don't need to carry out any memory initialization