]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: PSCI: Remove unused psci_text_end symbol
authorChen-Yu Tsai <wens@csie.org>
Sun, 19 Jun 2016 04:38:38 +0000 (12:38 +0800)
committerHans de Goede <hdegoede@redhat.com>
Fri, 15 Jul 2016 13:54:57 +0000 (15:54 +0200)
commit28f90357323bc65e7da01c458222b84dc42988bb
tree738e4e7eb887bda79a71088f5cb85d3e6b1684f9
parent8c0ef7fad676827125ad91060361d05ab4b16f44
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>
arch/arm/cpu/armv7/ls102xa/psci.S
arch/arm/cpu/armv7/mx7/psci.S
arch/arm/cpu/armv7/sunxi/psci.c
arch/arm/mach-tegra/psci.S