summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-09-13 04:06:08 -0500
committerYe Li <ye.li@nxp.com>2017-09-13 04:22:54 -0500
commit55be80ffc6b4dec46d674fecf220c9e39d365aef (patch)
treeef9304840520ca279fc761ad058b1568251b6208
parent8243f83f6d4a517e06ac02d8cdfed41de8c9fb4d (diff)
MLK-16451 imx8qm/qxp: Enable PSCI reset
Since the arm trusted firmware has implemented the system reset in PSCI. We can enable the CONFIG_PSCI_RESET to call PSCI API to reset the u-boot. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
-rw-r--r--arch/arm/cpu/armv8/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv8/Kconfig b/arch/arm/cpu/armv8/Kconfig
index 4ecab748de..4178f7900d 100644
--- a/arch/arm/cpu/armv8/Kconfig
+++ b/arch/arm/cpu/armv8/Kconfig
@@ -92,7 +92,7 @@ config PSCI_RESET
!TARGET_LS1043ARDB && !TARGET_LS1043AQDS && \
!TARGET_LS1046ARDB && !TARGET_LS1046AQDS && \
!ARCH_UNIPHIER && !ARCH_SNAPDRAGON && !TARGET_S32V234EVB && \
- !ARCH_IMX8 && !ARCH_IMX8M
+ !ARCH_IMX8M
help
Most armv8 systems have PSCI support enabled in EL3, either through
ARM Trusted Firmware or other firmware.