mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
tegra: 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> Reviewed-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
committed by
Tom Rini
parent
47ec6b4ea3
commit
4c6fe075ce
@@ -89,7 +89,8 @@ ENTRY(psci_cpu_on)
|
|||||||
mov r4, r1
|
mov r4, r1
|
||||||
mov r0, r1
|
mov r0, r1
|
||||||
mov r1, r2
|
mov r1, r2
|
||||||
bl psci_save_target_pc @ store target PC
|
mov r2, r3
|
||||||
|
bl psci_save @ store target PC and context id
|
||||||
mov r1, r4
|
mov r1, r4
|
||||||
|
|
||||||
ldr r6, =TEGRA_RESET_EXCEPTION_VECTOR
|
ldr r6, =TEGRA_RESET_EXCEPTION_VECTOR
|
||||||
|
Reference in New Issue
Block a user