commit | cdf3ae28cfa027045d478c3bc683d4ebc2c25b3c | [log] [tgz] |
---|---|---|
author | Kevin Peng <kevin.peng@arm.com> | Wed Jan 19 14:53:52 2022 +0800 |
committer | Ken Liu <ken.liu@arm.com> | Fri Jan 28 09:40:25 2022 +0100 |
tree | 6bb1067d9333e2e9ee9b5e4f3a2543fdc330937b | |
parent | 703dd421e37be97cfe4068d0e43c2806bd344dea [diff] |
SPM: Remove the tfm_spm_get_running_partition() This API simply returns GET_CURRENT_COMPONENT(). Not necessary to keep it as a function. This patch removes it and replace with GET_CURRENT_COMPONENT(). This patch also removes the tfm_spm_get_caller_privilege_mode(). Change-Id: Iec90800b43838205b42fecf14775d16cad9f3b26 Signed-off-by: Kevin Peng <kevin.peng@arm.com>