diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-08-30 16:22:23 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-07 08:48:54 -0400 |
commit | 1544698816a32284947322d0f0fe1478a9b65ad3 (patch) | |
tree | 603f550029a8674ff2b03b226edcc7979cdc44d4 /include/configs/vexpress_ca15_tc2.h | |
parent | 217f92bb79ea43df4d0fe47e31c28c01c721ad87 (diff) | |
download | u-boot-1544698816a32284947322d0f0fe1478a9b65ad3.tar.gz |
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 <agraf@suse.de>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'include/configs/vexpress_ca15_tc2.h')
-rw-r--r-- | include/configs/vexpress_ca15_tc2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/vexpress_ca15_tc2.h b/include/configs/vexpress_ca15_tc2.h index 9583e8c081..b509a9cfd4 100644 --- a/include/configs/vexpress_ca15_tc2.h +++ b/include/configs/vexpress_ca15_tc2.h @@ -16,6 +16,5 @@ #define CONFIG_SYSFLAGS_ADDR 0x1c010030 #define CONFIG_SMP_PEN_ADDR CONFIG_SYSFLAGS_ADDR -#define CONFIG_ARMV7_PSCI_NR_CPUS 4 #endif |