summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plat/sun50iw1p1/plat_pm.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/plat/sun50iw1p1/plat_pm.c b/plat/sun50iw1p1/plat_pm.c
index 9d9bc0f..22d37e2 100644
--- a/plat/sun50iw1p1/plat_pm.c
+++ b/plat/sun50iw1p1/plat_pm.c
@@ -256,15 +256,8 @@ static int32_t sunxi_affinst_suspend_finish(uint64_t mpidr,
******************************************************************************/
static void __dead2 sunxi_system_off(void)
{
- uint32_t response;
+ ERROR("PSCI system shutdown not implemented, halting the system.\n");
- /* Send the power down request to the SCP */
- response = arisc_system_op(arisc_system_shutdown);
-
- if (response != SCP_OK) {
- ERROR("Sunxi System Off: SCP error %u.\n", response);
- panic();
- }
wfi();
ERROR("Sunxi System Off: operation not handled.\n");
panic();