summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Vargas <roberto.vargas@arm.com>2018-02-05 09:49:18 +0000
committerRoberto Vargas <roberto.vargas@arm.com>2018-02-08 10:01:03 +0000
commit95c34bca6734d05e9d92b8774d041a9d1ccb7893 (patch)
tree9ab820ec8701a7b4ca2dafafd569d212afd90e6c
parent5e9630d0060d87ec2fb2bb163f9c0a3086b9999e (diff)
Fix DRAM_TZ_SIZE for Juno
This size is the same for Juno and FVP and it is defined in TF include/plat/arm/common/arm_def.h, but TFTF had different values for them. Change-Id: I979518ca2c2398de6b3bdf9d2844db0c9fa05160
-rw-r--r--plat/arm/board/juno/include/platform_def.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/plat/arm/board/juno/include/platform_def.h b/plat/arm/board/juno/include/platform_def.h
index f97d82e..9830c34 100644
--- a/plat/arm/board/juno/include/platform_def.h
+++ b/plat/arm/board/juno/include/platform_def.h
@@ -77,10 +77,9 @@
* Size of memory region configured as secure DRAM by the trusted firmware
* through the TrustZone Controller.
* TODO: Get rid of this constant once tsp_crash_reporting_test1() function has
- * been fixed. On Juno, TZC-400 is not configured to reserve any DRAM as Secure
- * at the moment.
+ * been fixed.
*/
-#define DRAM_TZ_SIZE 0x00000000ull
+#define DRAM_TZ_SIZE 0x01000000ull
/*******************************************************************************
* Base address and size of external NVM flash