commit | 5c0c20ce31d705b6fa3ee1fc4d6a0560d2a060a1 | [log] [tgz] |
---|---|---|
author | Victor Chong <victor.chong@linaro.org> | Wed Jul 12 16:27:51 2017 +0900 |
committer | Victor Chong <victor.chong@linaro.org> | Wed Jul 12 16:28:09 2017 +0900 |
tree | f31eb0419bff73b772e472202ab9cfb5ab0e8acd | |
parent | ca5ba394cab0c4e7c5621a50a7bd270cb64cec97 [diff] |
hikey: Fix DDR_SIZE Signed-off-by: Victor Chong <victor.chong@linaro.org>
diff --git a/plat/hisilicon/hikey/hikey_def.h b/plat/hisilicon/hikey/hikey_def.h index 28ff553..410711b 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