mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-24 05:54:08 +00:00
refactor(fvp_r): remove duplicated macro definitions
The system counter macros are defined duplicatedly in the header file. As the macros must be defined before arm_def.h, this patch removes the redundant definitions afterwards. Change-Id: Id74a8ef1b9cec4a978366b6db69981cfc30dffb6 Signed-off-by: Leo Yan <leo.yan@arm.com>
This commit is contained in:
parent
9728f9915d
commit
07b576a445
1 changed files with 0 additions and 7 deletions
|
@ -75,13 +75,6 @@
|
|||
#define PLAT_BL1_RO_LIMIT (BL1_RO_BASE \
|
||||
+ PLAT_ARM_TRUSTED_ROM_SIZE)
|
||||
|
||||
#define PLAT_ARM_SYS_CNTCTL_BASE UL(0xaa430000)
|
||||
#define PLAT_ARM_SYS_CNTREAD_BASE UL(0xaa800000)
|
||||
#define PLAT_ARM_SYS_TIMCTL_BASE UL(0xaa810000)
|
||||
#define PLAT_ARM_SYS_CNT_BASE_S UL(0xaa820000)
|
||||
#define PLAT_ARM_SYS_CNT_BASE_NS UL(0xaa830000)
|
||||
#define PLAT_ARM_SP805_TWDG_BASE UL(0xaa490000)
|
||||
|
||||
/* virtual address used by dynamic mem_protect for chunk_base */
|
||||
#define PLAT_ARM_MEM_PROTEC_VA_FRAME UL(0xc0000000)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue