diff options
author | danh-arm <dan.handley@arm.com> | 2014-11-04 16:01:40 +0000 |
---|---|---|
committer | danh-arm <dan.handley@arm.com> | 2014-11-04 16:01:40 +0000 |
commit | e73f4ef6072096584f44cb0046c78194df359e8a (patch) | |
tree | e5b1602b93cf92d37cd8601fd46dd0b0a68ed369 /plat/juno/tsp/tsp_plat_setup.c | |
parent | 82b9b2973b108e91367159f2f42dec2fc45f168d (diff) | |
parent | 33132e643a030847529c324e41c673e54a81a1ee (diff) |
Merge pull request #219 from jcastillo-arm/jc/tf-issues/253
Improvements to ARM GIC driver
Juno: Use the generic ARM GIC driver
Diffstat (limited to 'plat/juno/tsp/tsp_plat_setup.c')
-rw-r--r-- | plat/juno/tsp/tsp_plat_setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plat/juno/tsp/tsp_plat_setup.c b/plat/juno/tsp/tsp_plat_setup.c index 2d4ab81d..0a9d4cbe 100644 --- a/plat/juno/tsp/tsp_plat_setup.c +++ b/plat/juno/tsp/tsp_plat_setup.c @@ -80,6 +80,7 @@ void tsp_early_platform_setup(void) ******************************************************************************/ void tsp_platform_setup(void) { + plat_gic_init(); } /******************************************************************************* |