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