diff options
Diffstat (limited to 'bl31/aarch64/bl31_entrypoint.S')
-rw-r--r-- | bl31/aarch64/bl31_entrypoint.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bl31/aarch64/bl31_entrypoint.S b/bl31/aarch64/bl31_entrypoint.S index 2a4c979..79faf63 100644 --- a/bl31/aarch64/bl31_entrypoint.S +++ b/bl31/aarch64/bl31_entrypoint.S @@ -120,7 +120,6 @@ bl31_entrypoint:; .type bl31_entrypoint, %function */ mov x0, x20 mov x1, x21 - mov x2, x19 bl bl31_early_platform_setup bl bl31_plat_arch_setup |