]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
fix(tc): unify TC ROM start addresses
authorRaef Coles <raef.coles@arm.com>
Thu, 16 Feb 2023 11:49:19 +0000 (11:49 +0000)
committerRaef Coles <raef.coles@arm.com>
Thu, 16 Feb 2023 11:52:16 +0000 (11:52 +0000)
Because RSS now does not map the header into the TC2 ROM, it is no
longer necessary to have the code start at 0x1000, so unify with other
TC platforms at 0x0.

Change-Id: I7ec34bb814865ba39678f4da0412294d4679052d
Signed-off-by: Raef Coles <raef.coles@arm.com>
plat/arm/board/tc/include/platform_def.h

index a3b7839eb540961fd6588beebaa8e0057bb64c62..5341458620ee07345dd1253d9ac35e6fa7a87035 100644 (file)
 
 #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)