imx: mx7: psci: use C code exclusively
authorStefan Agner <stefan.agner@toradex.com>
Sun, 24 Jun 2018 19:09:55 +0000 (21:09 +0200)
committerStefano Babic <sbabic@denx.de>
Mon, 23 Jul 2018 08:53:42 +0000 (10:53 +0200)
commitcff38c5504485af2aad3cdb5e0d654ae4d8e204d
tree6eaece7714b48304c0fbae7089993281f7f41bf9
parent77fcc2cc901e1886996fda80de464a2372a69124
imx: mx7: psci: use C code exclusively

There is no need for assembly in the platform specific part of
the PSCI implementation.

Note that this does not make it a complete PSCI 1.0 implementation
yet but aids to do so in upcoming patches.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
arch/arm/mach-imx/mx7/Makefile
arch/arm/mach-imx/mx7/psci-mx7.c
arch/arm/mach-imx/mx7/psci.S [deleted file]