]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: sunxi: Make PSCI code sun7i specific
authorChen-Yu Tsai <wens@csie.org>
Thu, 28 May 2015 13:25:30 +0000 (21:25 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:47:11 +0000 (22:47 +0200)
commitd2d30c2bb312bfeaf680d5861bad452a0c345134
tree1e4fa7f98a657e6773f004c8d1f9ab71402864b9
parent985e6d2378be1b12adab538d99996ad232a2ec99
ARM: sunxi: Make PSCI code sun7i specific

The PSCI code only works for sun7i. Rename it with _sun7i suffix,
and build only if building for sun7i.

This paves the way for adding PSCI support for other platforms.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
arch/arm/cpu/armv7/sunxi/Makefile
arch/arm/cpu/armv7/sunxi/psci_sun7i.S [moved from arch/arm/cpu/armv7/sunxi/psci.S with 100% similarity]