From: Emekcan Aras Date: Thu, 26 Oct 2023 12:50:51 +0000 (+0100) Subject: corstone1000: enable PSCI reset X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=edf90d4e731ab0e26b9881f6c7ed6228fa5191c8;p=u-boot.git corstone1000: enable PSCI reset 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 Signed-off-by: Abdellatif El Khlifi --- diff --git a/configs/corstone1000_defconfig b/configs/corstone1000_defconfig index a5b794a990..3cd6aa0924 100644 --- a/configs/corstone1000_defconfig +++ b/configs/corstone1000_defconfig @@ -55,6 +55,7 @@ CONFIG_DM_RTC=y CONFIG_RTC_EMULATION=y CONFIG_DM_SERIAL=y CONFIG_SYSRESET=y +CONFIG_SYSRESET_PSCI=y CONFIG_TEE=y CONFIG_OPTEE=y CONFIG_USB=y