Align service locator implementations for Linux with RPC layer changes
Signed-off-by: Imre Kis <imre.kis@arm.com>
Change-Id: I7e8527c9217b95b4792f2dd24d9bccab2b81ee82
diff --git a/components/service/locator/linux/linux_env.c b/components/service/locator/linux/linux_env.c
index 4bef301..2d920c6 100644
--- a/components/service/locator/linux/linux_env.c
+++ b/components/service/locator/linux/linux_env.c
@@ -14,6 +14,6 @@
* Register all service location strategies that could be used
* to locate services from Linux userspace.
*/
- service_locator_register_strategy(linuxffa_location_strategy());
+ service_locator_register_strategy(linux_ts_location_strategy());
service_locator_register_strategy(mm_communicate_location_strategy());
}