summaryrefslogtreecommitdiff
path: root/services/spd/tlkd
diff options
context:
space:
mode:
authorAchin Gupta <achin.gupta@arm.com>2015-08-17 14:56:31 +0100
committerAchin Gupta <achin.gupta@arm.com>2015-08-17 14:56:31 +0100
commit432b9905d5e8bcf47a077bcda97f98538cee1034 (patch)
tree92c5b288144be3e9139c8f0aadff31e2d66641cd /services/spd/tlkd
parent9caf7e36711bc1387dd4d9fe381e6dffca498ebb (diff)
parent9d070b9928b874700395ca48780ce2c88b70e588 (diff)
Merge pull request #361 from achingupta/for_sm/psci_proto_v5
For sm/psci proto v5
Diffstat (limited to 'services/spd/tlkd')
-rw-r--r--services/spd/tlkd/tlkd_main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/services/spd/tlkd/tlkd_main.c b/services/spd/tlkd/tlkd_main.c
index 3532bebe5..58a60464d 100644
--- a/services/spd/tlkd/tlkd_main.c
+++ b/services/spd/tlkd/tlkd_main.c
@@ -121,7 +121,6 @@ int32_t tlkd_setup(void)
******************************************************************************/
int32_t tlkd_init(void)
{
- uint64_t mpidr = read_mpidr();
entry_point_info_t *tlk_entry_point;
/*
@@ -131,7 +130,7 @@ int32_t tlkd_init(void)
tlk_entry_point = bl31_plat_get_next_image_ep_info(SECURE);
assert(tlk_entry_point);
- cm_init_context(mpidr, tlk_entry_point);
+ cm_init_my_context(tlk_entry_point);
/*
* Arrange for an entry into the test secure payload.