aboutsummaryrefslogtreecommitdiff
path: root/core/arch/arm/plat-imx/pm/psci-suspend-imx7.S
diff options
context:
space:
mode:
Diffstat (limited to 'core/arch/arm/plat-imx/pm/psci-suspend-imx7.S')
-rw-r--r--core/arch/arm/plat-imx/pm/psci-suspend-imx7.S4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/arch/arm/plat-imx/pm/psci-suspend-imx7.S b/core/arch/arm/plat-imx/pm/psci-suspend-imx7.S
index 200241fb..06910127 100644
--- a/core/arch/arm/plat-imx/pm/psci-suspend-imx7.S
+++ b/core/arch/arm/plat-imx/pm/psci-suspend-imx7.S
@@ -455,7 +455,6 @@
.endm
FUNC imx7_suspend, :
-UNWIND( .fnstart)
UNWIND( .cantunwind)
push {r4-r12}
@@ -656,11 +655,9 @@ dsm_ddr_self_refresh_out:
dsm_ddr_retention_out:
bx lr
-UNWIND( .fnend)
END_FUNC imx7_suspend
FUNC ca7_cpu_resume, :
-UNWIND( .fnstart)
UNWIND( .cantunwind)
mov r0, #0 @ ; write the cache size selection register to be
write_csselr r0 @ ; sure we address the data cache
@@ -692,5 +689,4 @@ _inv_nextline:
blx plat_cpu_reset_early
b sm_pm_cpu_resume
-UNWIND( .fnend)
END_FUNC ca7_cpu_resume