]> git.sur5r.net Git - u-boot/commitdiff
imx7: psci: save context id in cpu_on command
authorPatrick Delaunay <patrick.delaunay@st.com>
Mon, 16 Apr 2018 08:15:08 +0000 (10:15 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 7 May 2018 15:52:55 +0000 (11:52 -0400)
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>
arch/arm/mach-imx/mx7/psci.S

index c036dcb93493d63aa68605684196e8738085790f..89dcf880e89bf6fccd6b31081e44808746f6f882 100644 (file)
@@ -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