]> Git Repo - u-boot.git/commit
ARM: armv7: move ARMV7_PSCI_NR_CPUS to Kconfig
authorMasahiro Yamada <[email protected]>
Tue, 30 Aug 2016 07:22:23 +0000 (16:22 +0900)
committerTom Rini <[email protected]>
Wed, 7 Sep 2016 12:48:54 +0000 (08:48 -0400)
commit1544698816a32284947322d0f0fe1478a9b65ad3
tree603f550029a8674ff2b03b226edcc7979cdc44d4
parent217f92bb79ea43df4d0fe47e31c28c01c721ad87
ARM: armv7: move ARMV7_PSCI_NR_CPUS to Kconfig

Move this option to Kconfig and set its default value to 4; this
increases the number of supported CPUs for some boards.

It consumes 1KB memory per CPU for PSCI stack, but it should not
be a big deal, given the amount of memory used for the modern OSes.

Reviewed-by: Alexander Graf <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
12 files changed:
arch/arm/cpu/armv7/Kconfig
include/configs/arndale.h
include/configs/bcm_ep_board.h
include/configs/jetson-tk1.h
include/configs/ls1021aqds.h
include/configs/ls1021atwr.h
include/configs/mx7_common.h
include/configs/sun6i.h
include/configs/sun7i.h
include/configs/sun8i.h
include/configs/uniphier.h
include/configs/vexpress_ca15_tc2.h
This page took 0.038432 seconds and 4 git commands to generate.