diff options
author | Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com> | 2021-02-04 18:15:40 +0530 |
---|---|---|
committer | Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com> | 2021-02-11 14:02:56 +0530 |
commit | 4e8060d2f5370b305eae3530f131357c792c72c9 (patch) | |
tree | 8e3c4b7bbd39ccb8e4510b9b91227896ef2190fd | |
parent | 04c122310477da976ccd720861561e12b73a785e (diff) | |
download | platform_external_arm-trusted-firmware-4e8060d2f5370b305eae3530f131357c792c72c9.tar.gz platform_external_arm-trusted-firmware-4e8060d2f5370b305eae3530f131357c792c72c9.tar.bz2 platform_external_arm-trusted-firmware-4e8060d2f5370b305eae3530f131357c792c72c9.zip |
plat/arm/rdn2: update TZC base address
Update TZC base address to align with the recent changes in the platform
memory map.
Signed-off-by: Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
Change-Id: I0d0ad528a2e236607c744979e1ddc5c6d426687a
-rw-r--r-- | plat/arm/board/rdn2/include/platform_def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/arm/board/rdn2/include/platform_def.h b/plat/arm/board/rdn2/include/platform_def.h index 5561f8c6e..3f753f73f 100644 --- a/plat/arm/board/rdn2/include/platform_def.h +++ b/plat/arm/board/rdn2/include/platform_def.h @@ -22,7 +22,7 @@ #define PLAT_MAX_PWR_LVL ARM_PWR_LVL1 /* TZC Related Constants */ -#define PLAT_ARM_TZC_BASE UL(0x10820000) +#define PLAT_ARM_TZC_BASE UL(0x10720000) #define PLAT_ARM_TZC_FILTERS TZC_400_REGION_ATTR_FILTER_BIT(0) #define TZC400_OFFSET UL(0x1000000) |