Merge "fix(tc): retain NS timer frame ID for TC2 as 0" into integration

This commit is contained in:
Manish Pandey 2024-10-24 13:51:04 +02:00 committed by TrustedFirmware Code Review
commit a8c21f17d5

View file

@ -222,8 +222,11 @@
#define TC_FLASH0_RO MAP_REGION_FLAT(V2M_FLASH0_BASE,\
V2M_FLASH0_SIZE, \
MT_DEVICE | MT_RO | MT_SECURE)
#if TARGET_PLATFORM == 2
#define PLAT_ARM_NSTIMER_FRAME_ID U(0)
#else
#define PLAT_ARM_NSTIMER_FRAME_ID U(1)
#endif
#define PLAT_ARM_TRUSTED_ROM_BASE 0x0