提交 47ec6b4e 编写于 作者: P Patrick Delaunay 提交者: Tom Rini

imx7: 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: NPatrick Delaunay <patrick.delaunay@st.com>
上级 60599c1c
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册