ls102xa: 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
41c79775f0
commit
60599c1c08
@ -124,7 +124,8 @@ psci_cpu_on:
|
|||||||
|
|
||||||
mov r0, r4
|
mov r0, r4
|
||||||
mov r1, r2
|
mov r1, r2
|
||||||
bl psci_save_target_pc
|
mov r2, r3
|
||||||
|
bl psci_save
|
||||||
mov r1, r4
|
mov r1, r4
|
||||||
|
|
||||||
@ Get DCFG base address
|
@ Get DCFG base address
|
||||||
|
Loading…
Reference in New Issue
Block a user