From 7edb4d1b8ae46c8f3837a77ea364024138a98e32 Mon Sep 17 00:00:00 2001 From: Andre Przywara Date: Mon, 25 Apr 2016 22:25:16 +0100 Subject: 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 --- bl31/aarch64/bl31_entrypoint.S | 8 -------- 1 file changed, 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 -- cgit v1.2.3