mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
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
This commit is contained in:
parent
30625abd45
commit
c80b7f095f
4 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue