diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-08-30 16:22:22 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-07 08:48:51 -0400 |
commit | 217f92bb79ea43df4d0fe47e31c28c01c721ad87 (patch) | |
tree | 9511e1d54a7a1438d206eeaa0551a398aae702cb /include/configs/mx7_common.h | |
parent | 5a3aae68c74e029ed29d22999ab6f22687382f2d (diff) | |
download | u-boot-imx-217f92bb79ea43df4d0fe47e31c28c01c721ad87.zip u-boot-imx-217f92bb79ea43df4d0fe47e31c28c01c721ad87.tar.gz u-boot-imx-217f92bb79ea43df4d0fe47e31c28c01c721ad87.tar.bz2 |
ARM: armv7: move CONFIG_ARMV7_PSCI to Kconfig
Add ARCH_SUPPORT_PSCI as a non-configurable option that platforms
can select. Then, move CONFIG_ARMV7_PSCI, which is automatically
enabled if both ARMV7_NONSEC and ARCH_SUPPORT_PSCI are enabled.
Reviewed-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'include/configs/mx7_common.h')
-rw-r--r-- | include/configs/mx7_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx7_common.h b/include/configs/mx7_common.h index 7295fa6..52c0d0f 100644 --- a/include/configs/mx7_common.h +++ b/include/configs/mx7_common.h @@ -72,7 +72,6 @@ #define CONFIG_CMD_FUSE #define CONFIG_MXC_OCOTP -#define CONFIG_ARMV7_PSCI #define CONFIG_ARMV7_PSCI_NR_CPUS 2 #define CONFIG_ARMV7_SECURE_BASE 0x00900000 |