commit | c356bdb407baf23b202a6b4d2234114db6ae55bd | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Wed Feb 26 19:48:33 2014 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Wed Mar 05 10:40:49 2014 +0800 |
tree | 4dd40d43e54d0e8c0bcb61d1bd3eea24e78015ba | |
parent | 7ea653efa98d8144345227576fc084ed7a356cf8 [diff] |
ARM: imx6: move v7_cpu_resume() into suspend-imx6.S The suspend-imx6.S is introduced recently for suspend low-level assembly code. Since function v7_cpu_resume() is only used by suspend support, it makes sense to move the function into suspend-imx6.S, and control the build of the file with CONFIG_SUSPEND option. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>