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:
Senthil Nathan Thangaraj 2025-02-20 10:53:51 -08:00
parent 74dd541f91
commit aec66c38c7

View file

@ -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