core: Rename abort_print_current_ta
Rename abort_print_current_ta to abort_print_current_ts as it is used by
both SPs and TAs.
Signed-off-by: Jelle Sels <jelle.sels@arm.com>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
diff --git a/ldelf/main.c b/ldelf/main.c
index 127649f..9076a6f 100644
--- a/ldelf/main.c
+++ b/ldelf/main.c
@@ -131,7 +131,7 @@
TEE_Result res = TEE_SUCCESS;
struct ta_elf *elf = NULL;
- DMSG("Loading TA %pUl", (void *)&arg->uuid);
+ DMSG("Loading TS %pUl", (void *)&arg->uuid);
res = sys_map_zi(mpool_size, 0, &mpool_base, 0, 0);
if (res) {
EMSG("sys_map_zi(%zu): result %"PRIx32, mpool_size, res);