]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit53e9074ca0739a81d59ae04be321469dfbc1c7a3
tree6eaece7714b48304c0fbae7089993281f7f41bf9
parent64a5479872325bfe45b5716983f9e4678c8f3010
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]