]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sun7i: Move psci_arch_init close to text_end
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 31 Dec 2014 12:46:42 +0000 (13:46 +0100)
committerHans de Goede <hdegoede@redhat.com>
Wed, 14 Jan 2015 13:56:40 +0000 (14:56 +0100)
commit05c4bd3ec3c99578ee7f1614a546efefc8b362cc
tree30d01d0ea07375e41b2c918eb7307d42a163650b
parent602fa46c2c9ea90cb4a38fb4479e823c88c48b58
sun7i: Move psci_arch_init close to text_end

"adr rX, text_end" only works if the label is close. Adding further code
to the other functions will prevent this. So move the containing
function close to label. No functional change.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
arch/arm/cpu/armv7/sunxi/psci.S