[PATCH 3/3] corstone1000: enable PSCI reset
abdellatif.elkhlifi at arm.com
abdellatif.elkhlifi at arm.com
Thu Oct 26 14:50:51 CEST 2023
From: Emekcan Aras <emekcan.aras at arm.com>
enable PSCI reset used for the system reset
Even though Corstone-1000 does not implement the entire PSCI APIs,
it relies on PSCI reset interface for the system reset.
Signed-off-by: Emekcan Aras <emekcan.aras at arm.com>
Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi at arm.com>
---
configs/corstone1000_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/corstone1000_defconfig b/configs/corstone1000_defconfig
index f25da79ec8..f8c48972cc 100644
--- a/configs/corstone1000_defconfig
+++ b/configs/corstone1000_defconfig
@@ -1330,7 +1330,7 @@ CONFIG_PL01X_SERIAL=y
#
CONFIG_SYSRESET=y
CONFIG_SYSRESET_CMD_RESET=y
-# CONFIG_SYSRESET_PSCI is not set
+CONFIG_SYSRESET_PSCI=y
# CONFIG_SYSRESET_SYSCON is not set
# CONFIG_SYSRESET_WATCHDOG is not set
# CONFIG_SYSRESET_RESETCTL is not set
--
2.25.1
More information about the U-Boot
mailing list