aboutsummaryrefslogtreecommitdiff
path: root/bl32
diff options
context:
space:
mode:
authorMadhukar Pappireddy <madhukar.pappireddy@arm.com>2024-03-26 23:01:05 +0100
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2024-03-26 23:01:05 +0100
commiteee0ec48b5d02aa3e37e45a4d478c68f65eaa56e (patch)
tree714c215960a866e955fd77e7652c759084143eb6 /bl32
parentff8e68c071296a302f167f5c1381b5efafa23f6e (diff)
parent1e02ce683208c9b1b7ccb9923cb2353257f45079 (diff)
downloadtrusted-firmware-a-master.tar.gz
Merge changes from topic "mte_fixes" into integrationHEADmasterintegration
* changes: build(changelog): move mte to mte2 refactor(mte): remove mte, mte_perm
Diffstat (limited to 'bl32')
-rw-r--r--bl32/tsp/tsp_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bl32/tsp/tsp_main.c b/bl32/tsp/tsp_main.c
index d8031f9b9c..805575a213 100644
--- a/bl32/tsp/tsp_main.c
+++ b/bl32/tsp/tsp_main.c
@@ -239,10 +239,10 @@ smc_args_t *tsp_smc_handler(uint64_t func,
service_arg1 = (uint64_t)(service_args >> 64U);
/*
- * Write a dummy value to an MTE register, to simulate usage in the
+ * Write a dummy value to an MTE2 register, to simulate usage in the
* secure world
*/
- if (is_feat_mte_supported()) {
+ if (is_feat_mte2_supported()) {
write_gcr_el1(0x99);
}