summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/psci.S
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2016-06-19 04:38:38 (GMT)
committerHans de Goede <hdegoede@redhat.com>2016-07-15 13:54:57 (GMT)
commit28f90357323bc65e7da01c458222b84dc42988bb (patch)
tree738e4e7eb887bda79a71088f5cb85d3e6b1684f9 /arch/arm/mach-tegra/psci.S
parent8c0ef7fad676827125ad91060361d05ab4b16f44 (diff)
downloadu-boot-28f90357323bc65e7da01c458222b84dc42988bb.tar.xz
ARM: PSCI: Remove unused psci_text_end symbol
psci_text_end was used to calculate the PSCI stack address following the secure monitor text. Now that we have an explicit secure stack section, this is no longer used. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'arch/arm/mach-tegra/psci.S')
-rw-r--r--arch/arm/mach-tegra/psci.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/psci.S b/arch/arm/mach-tegra/psci.S
index 75068f3..85d5b6b 100644
--- a/arch/arm/mach-tegra/psci.S
+++ b/arch/arm/mach-tegra/psci.S
@@ -106,6 +106,4 @@ ENTRY(psci_cpu_on)
pop {pc}
ENDPROC(psci_cpu_on)
- .globl psci_text_end
-psci_text_end:
.popsection