mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-08 13:53:54 +00:00
feat(versal2): add dependency macro for PM
The pm_api_sys.c file has dependency on the PLAT_ARM_GICR_BASE macro. Add the macro to fix compilation error when PM is enabled. Change-Id: Ibd77dd38b4a2a55614064c4ed0b1096acc658a5c Signed-off-by: Naman Trivedi <naman.trivedimanojbhai@amd.com> Signed-off-by: Senthil Nathan Thangaraj <senthilnathan.thangaraj@amd.com>
This commit is contained in:
parent
74dd541f91
commit
aec66c38c7
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@
|
|||
|
||||
#define PLAT_GICD_BASE_VALUE U(0xE2000000)
|
||||
#define PLAT_GICR_BASE_VALUE U(0xE2060000)
|
||||
#define PLAT_ARM_GICR_BASE PLAT_GICR_BASE_VALUE
|
||||
#define PLAT_ARM_GICD_BASE PLAT_GICD_BASE_VALUE
|
||||
|
||||
/*
|
||||
* Define a list of Group 1 Secure and Group 0 interrupts as per GICv3
|
||||
|
|
Loading…
Add table
Reference in a new issue