diff --git a/plat/ti/k3/common/k3_psci.c b/plat/ti/k3/common/k3_psci.c index afe465e..f66f12a 100644 --- a/plat/ti/k3/common/k3_psci.c +++ b/plat/ti/k3/common/k3_psci.c @@ -71,12 +71,6 @@ return PSCI_E_INTERN_FAIL; } - ret = ti_sci_proc_release(proc); - if (ret) { - /* this is not fatal */ - WARN("Could not release processor control: %d\n", ret); - } - return PSCI_E_SUCCESS; }