commit | 21315806afa2aff872905cbd10195e02950f8bf9 | [log] [tgz] |
---|---|---|
author | Manish Pandey <manish.pandey2@arm.com> | Fri Oct 27 16:18:50 2023 +0100 |
committer | Manish Pandey <manish.pandey2@arm.com> | Wed Nov 01 19:41:32 2023 +0100 |
tree | 2ddf87ac5fe00ef9afac3db7ea322f2cd4bef5f5 | |
parent | 8e9aba7e27bc19e583d52cb5571550318237e7d2 [diff] |
fix(tegra): return correct error code for plat_core_pos_by_mpidr The error code for plat_core_pos_by_mpidr() for an invalid mpidr should be -1 as mandated by portig guide, but for tegra t186 return value is PSCI_E_NOT_PRESENT (-7) even though the comment at top of function says that it should return -1. Signed-off-by: Manish Pandey <manish.pandey2@arm.com> Change-Id: I2b69bc1a56f7966f21b2a3c89c515ebde41e3eb8