summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2016-04-25 22:25:16 +0100
committerAndre Przywara <andre.przywara@arm.com>2016-06-02 01:29:48 +0100
commit7edb4d1b8ae46c8f3837a77ea364024138a98e32 (patch)
treea1255fb50dce8e293eb41b855096770d0b535622
parent3c1a7f4e65a27dab14287203eee353a24eb2e8d1 (diff)
bl31: remove unneeded warmreset init
This code is snake oil, since we don't get any parameters passed via registers, so just remove another change to generic code. Signed-off-by: Andre Przywara <andre.przywara@arm.com>
-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