diff options
author | Victor Chong <victor.chong@linaro.org> | 2017-07-12 16:27:51 +0900 |
---|---|---|
committer | Victor Chong <victor.chong@linaro.org> | 2017-07-12 16:28:09 +0900 |
commit | 5c0c20ce31d705b6fa3ee1fc4d6a0560d2a060a1 (patch) | |
tree | f31eb0419bff73b772e472202ab9cfb5ab0e8acd | |
parent | ca5ba394cab0c4e7c5621a50a7bd270cb64cec97 (diff) |
hikey: Fix DDR_SIZE
Signed-off-by: Victor Chong <victor.chong@linaro.org>
-rw-r--r-- | plat/hisilicon/hikey/hikey_def.h | 2 |
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 |