diff options
author | danh-arm <dan.handley@arm.com> | 2016-05-27 11:08:45 +0100 |
---|---|---|
committer | danh-arm <dan.handley@arm.com> | 2016-05-27 11:08:45 +0100 |
commit | 2ff900f28df5f975e1c1746e59610df5ccabf7aa (patch) | |
tree | c55b402e1ffa2779efe3f2613275245a79a89c73 /services/std_svc/psci/psci_entry.S | |
parent | 8c94f82c678312fcdfc3eee8b819ca1c0da723fb (diff) | |
parent | ac1cc8eb76c39bca445478c2dffa9cd18829cff4 (diff) |
Merge pull request #633 from soby-mathew/sm/psci_wfi_hook
PSCI: Add pwr_domain_pwr_down_wfi() hook in plat_psci_ops
Diffstat (limited to 'services/std_svc/psci/psci_entry.S')
-rw-r--r-- | services/std_svc/psci/psci_entry.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/services/std_svc/psci/psci_entry.S b/services/std_svc/psci/psci_entry.S index 5f4f91c5..f8c0afa2 100644 --- a/services/std_svc/psci/psci_entry.S +++ b/services/std_svc/psci/psci_entry.S @@ -106,7 +106,6 @@ endfunc psci_entrypoint func psci_power_down_wfi dsb sy // ensure write buffer empty wfi -wfi_spill: - b wfi_spill + bl plat_panic_handler endfunc psci_power_down_wfi |