提交 60599c1c 编写于 作者: P Patrick Delaunay 提交者: Tom Rini

ls102xa: 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>
上级 41c79775
......@@ -124,7 +124,8 @@ psci_cpu_on:
mov r0, r4
mov r1, r2
bl psci_save_target_pc
mov r2, r3
bl psci_save
mov r1, r4
@ Get DCFG base address
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册