]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: PSCI: Add missing CONFIG_ARMV7_PSCI_NR_CPUS for PSCI enabled platforms
authorChen-Yu Tsai <wens@csie.org>
Tue, 5 Jul 2016 13:45:05 +0000 (21:45 +0800)
committerHans de Goede <hdegoede@redhat.com>
Fri, 15 Jul 2016 13:54:57 +0000 (15:54 +0200)
commitdbf38aabd9f4d4fd4d9bd4eeeba88e0e47dcb27c
tree0a4d2906f094bafad0b600281bf916687a9091ff
parenta1274cc94a20a0fc6715522d021ab84969b6bf91
ARM: PSCI: Add missing CONFIG_ARMV7_PSCI_NR_CPUS for PSCI enabled platforms

The original PSCI implementation assumed CONFIG_ARMV7_PSCI_NR_CPUS=4.
Add this to platforms that have not defined it, using CONFIG_MAX_CPUS if
it is defined, or the actual number of cores for the given platform.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
include/configs/jetson-tk1.h
include/configs/ls1021aqds.h
include/configs/ls1021atwr.h