Merge "plat/arm/rdn2: update gic redistributor base address" into integration

This commit is contained in:
Madhukar Pappireddy 2020-12-16 15:44:59 +00:00 committed by TrustedFirmware Code Review
commit 2773536b17
1 changed files with 1 additions and 1 deletions

View File

@ -60,6 +60,6 @@
/* GIC related constants */
#define PLAT_ARM_GICD_BASE UL(0x30000000)
#define PLAT_ARM_GICC_BASE UL(0x2C000000)
#define PLAT_ARM_GICR_BASE UL(0x30140000)
#define PLAT_ARM_GICR_BASE UL(0x301C0000)
#endif /* PLATFORM_DEF_H */