commit | 6bd79b13f8a8566d047ff25da9110a887b4e36e7 | [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 | e712f92408947a5fea79f2f1e106823929dec8ca [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