aboutsummaryrefslogtreecommitdiff
path: root/plat/hisilicon
diff options
context:
space:
mode:
authorJoel Hutton <Joel.Hutton@Arm.com>2018-12-27 13:42:19 +0000
committerJoel Hutton <Joel.Hutton@Arm.com>2019-01-10 15:22:55 +0000
commit12e0ca460143793a58b42ea8a09a78dfcd6b6dbe (patch)
tree55fad9e8cf78dc6d57c5e2f5bc700d2d6670287e /plat/hisilicon
parentf58c3100cd0f5bb88535e367c2351cf1325805e2 (diff)
downloadtrusted-firmware-a-12e0ca460143793a58b42ea8a09a78dfcd6b6dbe.tar.gz
hikey960:Corrected erroneous DDR_SIZE
Change-Id: I7194a9a5f0e41308eb3242d20c0d3434f72da591 Signed-off-by: Joel Hutton <Joel.Hutton@Arm.com>
Diffstat (limited to 'plat/hisilicon')
-rw-r--r--plat/hisilicon/hikey960/hikey960_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/hisilicon/hikey960/hikey960_def.h b/plat/hisilicon/hikey960/hikey960_def.h
index d977c7989c..4ea3acd510 100644
--- a/plat/hisilicon/hikey960/hikey960_def.h
+++ b/plat/hisilicon/hikey960/hikey960_def.h
@@ -11,7 +11,7 @@
#include <plat/common/common_def.h>
#define DDR_BASE 0x0
-#define DDR_SIZE 0xC0000000
+#define DDR_SIZE 0xE0000000
#define DEVICE_BASE 0xE0000000
#define DEVICE_SIZE 0x20000000