summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Chong <victor.chong@linaro.org>2017-07-12 16:27:51 +0900
committerVictor Chong <victor.chong@linaro.org>2017-07-12 16:28:09 +0900
commit5c0c20ce31d705b6fa3ee1fc4d6a0560d2a060a1 (patch)
treef31eb0419bff73b772e472202ab9cfb5ab0e8acd
parentca5ba394cab0c4e7c5621a50a7bd270cb64cec97 (diff)
hikey: Fix DDR_SIZE
Signed-off-by: Victor Chong <victor.chong@linaro.org>
-rw-r--r--plat/hisilicon/hikey/hikey_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/hisilicon/hikey/hikey_def.h b/plat/hisilicon/hikey/hikey_def.h
index 28ff553d..410711b3 100644
--- a/plat/hisilicon/hikey/hikey_def.h
+++ b/plat/hisilicon/hikey/hikey_def.h
@@ -12,7 +12,7 @@
/* Always assume DDR is 1GB size. */
#define DDR_BASE 0x0
-#define DDR_SIZE 0x80000000
+#define DDR_SIZE 0x40000000
#define DEVICE_BASE 0xF4000000
#define DEVICE_SIZE 0x05800000