summaryrefslogtreecommitdiff
path: root/plat/arm
diff options
context:
space:
mode:
authorRoberto Vargas <roberto.vargas@arm.com>2018-02-01 15:19:00 +0000
committerRoberto Vargas <roberto.vargas@arm.com>2018-03-02 13:41:32 +0000
commitd0c63eaad139d97a620006fa71c0329c50e6fca7 (patch)
treecc298489b91a501d77ddaa0eaac7d9df158c0637 /plat/arm
parent4504ab2bc2c9a3c6db0f92e4a34fc6095766885b (diff)
Fix FVP DRAM2 size
This was correct according to the model specifications , but it seems that FVP doesn't implement it. It is safer to use the size exposed by the DTB which is currently used by Linux. Change-Id: I9aabe3284a50ec2a36ed94966eb7e4ddf37cec3b Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
Diffstat (limited to 'plat/arm')
-rw-r--r--plat/arm/board/fvp/include/platform_def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/arm/board/fvp/include/platform_def.h b/plat/arm/board/fvp/include/platform_def.h
index 4ac08504..2d014903 100644
--- a/plat/arm/board/fvp/include/platform_def.h
+++ b/plat/arm/board/fvp/include/platform_def.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014-2017, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2014-2018, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -43,7 +43,7 @@
/* No SCP in FVP */
#define PLAT_ARM_SCP_TZC_DRAM1_SIZE ULL(0x0)
-#define PLAT_ARM_DRAM2_SIZE ULL(0x780000000)
+#define PLAT_ARM_DRAM2_SIZE ULL(0x80000000)
/*
* Load address of BL33 for this platform port