mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 18:14:24 +00:00
Merge "fix(tc): unify TC ROM start addresses" into integration
This commit is contained in:
commit
d632452c20
1 changed files with 0 additions and 4 deletions
|
@ -200,11 +200,7 @@
|
|||
|
||||
#define PLAT_ARM_NSTIMER_FRAME_ID 0
|
||||
|
||||
#if (TARGET_PLATFORM >= 2)
|
||||
#define PLAT_ARM_TRUSTED_ROM_BASE 0x1000
|
||||
#else
|
||||
#define PLAT_ARM_TRUSTED_ROM_BASE 0x0
|
||||
#endif
|
||||
|
||||
/* PLAT_ARM_TRUSTED_ROM_SIZE 512KB minus ROM base. */
|
||||
#define PLAT_ARM_TRUSTED_ROM_SIZE (0x00080000 - PLAT_ARM_TRUSTED_ROM_BASE)
|
||||
|
|
Loading…
Add table
Reference in a new issue