diff --git a/plat/ti/k3/common/k3_psci.c b/plat/ti/k3/common/k3_psci.c index 20d1ae6229d3f75bc633f3737e0b8d9a804bd84b..4c501f571e75a854c4f92970196c1e07e53f6a02 100644 --- a/plat/ti/k3/common/k3_psci.c +++ b/plat/ti/k3/common/k3_psci.c @@ -92,8 +92,8 @@ void k3_pwr_domain_on_finish(const psci_power_state_t *target_state) static void __dead2 k3_system_reset(void) { - /* TODO: Indicate to System firmware about system reset */ - STUB(); + /* Send the system reset request to system firmware */ + ti_sci_core_reboot(); while (true) wfi();