]> git.ipfire.org Git - people/ms/u-boot.git/commit - arch/arm/cpu/armv7/sunxi/Makefile
ARM: sunxi: Make PSCI code sun7i specific
authorChen-Yu Tsai <wens@csie.org>
Thu, 28 May 2015 13:25:30 +0000 (21:25 +0800)
committerHans de Goede <hdegoede@redhat.com>
Fri, 29 May 2015 11:46:36 +0000 (13:46 +0200)
commitd4611aff4d17010d0d753a92d9e887035dc4eae5
tree2d585b4214b9d89e67631de61fabd3a4b4916bb1
parent4ffd62451243c226709924c1459935739478231c
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]