aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmekcan Aras <emekcan.aras@arm.com>2023-10-26 13:50:51 +0100
committerTom Rini <trini@konsulko.com>2023-10-31 11:00:55 -0400
commit4b48fe6e9c75877dcd7256b6989c3ca8502bcc69 (patch)
tree50bb11362cb5ee94cc512e344922486cc49b8875
parent79b5add2f95e4c29e6626cf2fc57cd21458afabb (diff)
downloadu-boot-WIP/2023-10-31-platform-updates.zip
u-boot-WIP/2023-10-31-platform-updates.tar.gz
u-boot-WIP/2023-10-31-platform-updates.tar.bz2
corstone1000: enable PSCI resetWIP/2023-10-31-platform-updates
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@arm.com> Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
-rw-r--r--configs/corstone1000_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/corstone1000_defconfig b/configs/corstone1000_defconfig
index a5b794a..3cd6aa0 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