mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
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 <marc.zyngier@arm.com> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Thierry Reding <treding@nvidia.com> Tested-by: Thierry Reding <treding@nvidia.com> Tested-by: Ian Campbell <ijc@hellion.org.uk> Tested-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
ace97d2617
commit
dcfa530f09
1 changed files with 0 additions and 1 deletions
|
@ -254,7 +254,6 @@ _sunxi_cpu_entry:
|
|||
isb
|
||||
|
||||
bl _nonsec_init
|
||||
bl psci_arch_init
|
||||
|
||||
adr r0, _target_pc
|
||||
ldr r0, [r0]
|
||||
|
|
Loading…
Reference in a new issue