summaryrefslogtreecommitdiff
path: root/plat/arm/common/tsp/arm_tsp_setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/arm/common/tsp/arm_tsp_setup.c')
-rw-r--r--plat/arm/common/tsp/arm_tsp_setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/arm/common/tsp/arm_tsp_setup.c b/plat/arm/common/tsp/arm_tsp_setup.c
index 78db1605..3631c033 100644
--- a/plat/arm/common/tsp/arm_tsp_setup.c
+++ b/plat/arm/common/tsp/arm_tsp_setup.c
@@ -89,7 +89,7 @@ void tsp_early_platform_setup(void)
******************************************************************************/
void tsp_platform_setup(void)
{
- plat_arm_gic_init();
+ plat_arm_gic_driver_init();
}
/*******************************************************************************