On 04/16/2018 02:15 AM, Patrick Delaunay wrote:
Replace the psci_save_target_pc call by the new function
psci_save(cpu, pc,context_id)

So this function doesn't actually exist since it's added in a different patch series that isn't mentioned as a dependency. Luckily I managed to find it in the list archives I have, and assuming the dependency is applied first,

Reviewed-by: Stephen Warren <[email protected]>

diff --git a/arch/arm/mach-tegra/psci.S b/arch/arm/mach-tegra/psci.S

@@ -90,7 +90,8 @@ ENTRY(psci_cpu_on)
        mov     r4, r1
        mov     r0, r1
        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

_______________________________________________
U-Boot mailing list
[email protected]
https://lists.denx.de/listinfo/u-boot

Reply via email to