From 4e8060d2f5370b305eae3530f131357c792c72c9 Mon Sep 17 00:00:00 2001 From: Vijayenthiran Subramaniam Date: Thu, 4 Feb 2021 18:15:40 +0530 Subject: 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 Change-Id: I0d0ad528a2e236607c744979e1ddc5c6d426687a --- plat/arm/board/rdn2/include/platform_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3