mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 07:16:59 +00:00
imx7: psci: save context id in cpu_on command
Replace the psci_save_target_pc call by the new function psci_save(cpu, pc,context_id) Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
This commit is contained in:
parent
60599c1c08
commit
47ec6b4ea3
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ psci_cpu_on:
|
|||
mov r5, r1
|
||||
mov r0, r1
|
||||
mov r1, r2
|
||||
bl psci_save_target_pc
|
||||
mov r2, r3
|
||||
bl psci_save
|
||||
|
||||
mov r0, r4
|
||||
mov r1, r5
|
||||
|
|
Loading…
Add table
Reference in a new issue