Merge "fix(tc): unify TC ROM start addresses" into integration

This commit is contained in:
Manish V Badarkhe 2023-03-15 21:06:19 +01:00 committed by TrustedFirmware Code Review
commit d632452c20

View file

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