diff options
Diffstat (limited to 'bl31')
-rw-r--r-- | bl31/aarch64/bl31_entrypoint.S | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/bl31/aarch64/bl31_entrypoint.S b/bl31/aarch64/bl31_entrypoint.S index fb8fd2c4..c3a09bf3 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 /* --------------------------------------------- |