summaryrefslogtreecommitdiff
path: root/plat/arm/sgi/common/plat_setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/arm/sgi/common/plat_setup.c')
-rw-r--r--plat/arm/sgi/common/plat_setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/arm/sgi/common/plat_setup.c b/plat/arm/sgi/common/plat_setup.c
index 4b15f1a..f343f8d 100644
--- a/plat/arm/sgi/common/plat_setup.c
+++ b/plat/arm/sgi/common/plat_setup.c
@@ -24,5 +24,5 @@ const mmap_region_t *tftf_platform_get_mmap(void)
void plat_arm_gic_init(void)
{
- arm_gic_init(SGI_GICC_BASE, SGI_GICD_BASE, SGI_GICR_BASE);
+ arm_gic_init(PLAT_ARM_GICC_BASE, PLAT_ARM_GICD_BASE, PLAT_ARM_GICR_BASE);
}