summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bl31/aarch64/bl31_entrypoint.S8
1 files changed, 0 insertions, 8 deletions
diff --git a/bl31/aarch64/bl31_entrypoint.S b/bl31/aarch64/bl31_entrypoint.S
index 8e10d6a..d58a222 100644
--- a/bl31/aarch64/bl31_entrypoint.S
+++ b/bl31/aarch64/bl31_entrypoint.S
@@ -57,14 +57,6 @@ func bl31_entrypoint
code_start:
#if !RESET_TO_BL31
- /*
- *AA32 warmreset to AA64, the high 32bit in reg R0,R1 is unpredictable
- */
- /*mov x20, x0*/
- /*mov x21, x1*/
-
- mov x20, 0
- mov x21, 0
mov w20, w0
mov w21, w1
#else