summaryrefslogtreecommitdiff
path: root/include/configs/ls1021aqds.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-08-30 16:22:23 +0900
committerTom Rini <trini@konsulko.com>2016-09-07 08:48:54 -0400
commit1544698816a32284947322d0f0fe1478a9b65ad3 (patch)
tree603f550029a8674ff2b03b226edcc7979cdc44d4 /include/configs/ls1021aqds.h
parent217f92bb79ea43df4d0fe47e31c28c01c721ad87 (diff)
downloadu-boot-imx-1544698816a32284947322d0f0fe1478a9b65ad3.zip
u-boot-imx-1544698816a32284947322d0f0fe1478a9b65ad3.tar.gz
u-boot-imx-1544698816a32284947322d0f0fe1478a9b65ad3.tar.bz2
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/ls1021aqds.h')
-rw-r--r--include/configs/ls1021aqds.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ls1021aqds.h b/include/configs/ls1021aqds.h
index 86969a1..abbd1c4 100644
--- a/include/configs/ls1021aqds.h
+++ b/include/configs/ls1021aqds.h
@@ -10,7 +10,6 @@
#define CONFIG_LS102XA
#define CONFIG_ARMV7_PSCI_1_0
-#define CONFIG_ARMV7_PSCI_NR_CPUS CONFIG_MAX_CPUS
#define CONFIG_ARMV7_SECURE_BASE OCRAM_BASE_S_ADDR