diff options
| author | Jan Kiszka <[email protected]> | 2015-04-21 07:18:25 +0200 |
|---|---|---|
| committer | Hans de Goede <[email protected]> | 2015-05-02 11:50:19 +0200 |
| commit | dcfa530f0967382df9ecb2dc513446f929769d60 (patch) | |
| tree | 770956d5d5ec5d47468a376a6821ef1051a84e92 | |
| parent | ace97d26176a3ebc9ec07738450de93eea35975c (diff) | |
sun7i: Remove duplicate call to psci_arch_init
This is already invoked a few cycles later in monitor mode by
_secure_monitor (_sunxi_cpu_entry calls _do_nonsec_entry which triggers
_secure_monitor via smc #0). Drop it here, it serves no purpose.
CC: Marc Zyngier <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Thierry Reding <[email protected]>
Tested-by: Thierry Reding <[email protected]>
Tested-by: Ian Campbell <[email protected]>
Tested-by: Hans de Goede <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
| -rw-r--r-- | arch/arm/cpu/armv7/sunxi/psci.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/sunxi/psci.S b/arch/arm/cpu/armv7/sunxi/psci.S index e0a524e10ca..07b2d761949 100644 --- a/arch/arm/cpu/armv7/sunxi/psci.S +++ b/arch/arm/cpu/armv7/sunxi/psci.S @@ -254,7 +254,6 @@ _sunxi_cpu_entry: isb bl _nonsec_init - bl psci_arch_init adr r0, _target_pc ldr r0, [r0] |
