summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/head-v7.S
diff options
context:
space:
mode:
authorEric Miao <eric.miao@linaro.org>2011-12-21 22:38:23 +0800
committerShawn Guo <shawn.guo@linaro.org>2011-12-26 10:18:56 +0800
commit46ec1b26901ea7bd0dc3287e8dbd1221b3a51fed (patch)
tree158a6a656b8df014b10d97d2fc15648a400325aa /arch/arm/mach-imx/head-v7.S
parent010dc8af8f283cc04b7d8f8844f01dd90eca69e5 (diff)
ARM: imx6q: build pm code only when CONFIG_PM selected
Signed-off-by: Eric Miao <eric.miao@linaro.org> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/head-v7.S')
-rw-r--r--arch/arm/mach-imx/head-v7.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/head-v7.S b/arch/arm/mach-imx/head-v7.S
index 6229efbc70cb..a59cae747af4 100644
--- a/arch/arm/mach-imx/head-v7.S
+++ b/arch/arm/mach-imx/head-v7.S
@@ -71,6 +71,7 @@ ENTRY(v7_secondary_startup)
ENDPROC(v7_secondary_startup)
#endif
+#ifdef CONFIG_PM
/*
* The following code is located into the .data section. This is to
* allow phys_l2x0_saved_regs to be accessed with a relative load
@@ -97,3 +98,4 @@ ENDPROC(v7_cpu_resume)
.globl phys_l2x0_saved_regs
phys_l2x0_saved_regs:
.long 0
+#endif