mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
Merge "fix(tc): retain NS timer frame ID for TC2 as 0" into integration
This commit is contained in:
commit
a8c21f17d5
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue