ARM: imx: remove unnecessary setting for DSM
authorAnson Huang <b20788@freescale.com>
Wed, 17 Dec 2014 04:23:19 +0000 (12:23 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 5 Jan 2015 13:33:47 +0000 (21:33 +0800)
Now we support DSM in OCRAM for all i.MX6 SoCs,
the resume entry point is set in asm code of
suspend-imx6.S, so no need to set the resume
entry point for SRC in pre-suspend flow.

Signed-off-by: Anson Huang <b20788@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/pm-imx6.c

index 5d2c1bd5f5ef911834a477d82de71909ec0e80d7..661ffcf1031e00040a25f782b8f981af675ad359 100644 (file)
@@ -362,7 +362,6 @@ static int imx6q_pm_enter(suspend_state_t state)
                        imx6q_enable_rbc(true);
                imx_gpc_pre_suspend(true);
                imx_anatop_pre_suspend();
-               imx_set_cpu_jump(0, v7_cpu_resume);
                /* Zzz ... */
                cpu_suspend(0, imx6q_suspend_finish);
                if (cpu_is_imx6q() || cpu_is_imx6dl())