commit | 082b1346ea9d4be9ff0aeafa72e2ccbff4f0eef4 | [log] [tgz] |
---|---|---|
author | Rohit Mathew <rohit.mathew@arm.com> | Thu Mar 28 22:12:33 2024 +0000 |
committer | Rohit Mathew <rohit.mathew@arm.com> | Wed Apr 24 21:13:31 2024 +0100 |
tree | 5d55644df6c12393beb722154ecedb86ca19e196 | |
parent | 12ac34af7534128a60a76df8f38f038a432c6da3 [diff] |
refactor(neoverse-rd): remove unused defines from platform_def.h As part of the refactoring for A75/V1/N1 CPU based platforms, remove unused defines from the platform_def.h for each of these platforms. Signed-off-by: Rohit Mathew <rohit.mathew@arm.com> Change-Id: I37a6d82ad2f80a5c92b2652432fe2d211e052580
diff --git a/plat/arm/board/neoverse_rd/platform/rdn1edge/include/platform_def.h b/plat/arm/board/neoverse_rd/platform/rdn1edge/include/platform_def.h index 65ad5f5..5c27fc3 100644 --- a/plat/arm/board/neoverse_rd/platform/rdn1edge/include/platform_def.h +++ b/plat/arm/board/neoverse_rd/platform/rdn1edge/include/platform_def.h
@@ -35,7 +35,6 @@ /* GIC related constants */ #define PLAT_ARM_GICD_BASE UL(0x30000000) -#define PLAT_ARM_GICC_BASE UL(0x2C000000) #define PLAT_ARM_GICR_BASE UL(0x300C0000) #define RDN1E1_CHIP0_SPI_START U(32)
diff --git a/plat/arm/board/neoverse_rd/platform/rdv1/include/platform_def.h b/plat/arm/board/neoverse_rd/platform/rdv1/include/platform_def.h index b0aa5e7..cd40117 100644 --- a/plat/arm/board/neoverse_rd/platform/rdv1/include/platform_def.h +++ b/plat/arm/board/neoverse_rd/platform/rdv1/include/platform_def.h
@@ -53,7 +53,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) #endif /* PLATFORM_DEF_H */
diff --git a/plat/arm/board/neoverse_rd/platform/rdv1mc/include/platform_def.h b/plat/arm/board/neoverse_rd/platform/rdv1mc/include/platform_def.h index bcf4257..2cec57c 100644 --- a/plat/arm/board/neoverse_rd/platform/rdv1mc/include/platform_def.h +++ b/plat/arm/board/neoverse_rd/platform/rdv1mc/include/platform_def.h
@@ -54,7 +54,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 RDV1MC_CHIP0_SPI_START U(32)
diff --git a/plat/arm/board/neoverse_rd/platform/sgi575/include/platform_def.h b/plat/arm/board/neoverse_rd/platform/sgi575/include/platform_def.h index 9c2ef89..0797017 100644 --- a/plat/arm/board/neoverse_rd/platform/sgi575/include/platform_def.h +++ b/plat/arm/board/neoverse_rd/platform/sgi575/include/platform_def.h
@@ -32,7 +32,6 @@ /* GIC related constants */ #define PLAT_ARM_GICD_BASE UL(0x30000000) -#define PLAT_ARM_GICC_BASE UL(0x2C000000) #define PLAT_ARM_GICR_BASE UL(0x300C0000) #endif /* PLATFORM_DEF_H */