From: Emekcan Aras <emekcan.a...@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.a...@arm.com> Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhl...@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